...
Run a chartbeans actions sequence
Things to note about this example:
- The xactions tested used SqlLookupRule, so DB connections were necessary, thus the repository and db defines were required
- Currently ChartComponent (generates chartbeans content) is part of plugins-actions and not supplied by a plugin, consequently the plugin layer is not enabled in this embedded configuration.
A couple gotchas found when running chartbeans action sequences in embedded mode:
...