...
- The xactions tested used SqlLookupRule, so DB connections were necessary, thus the repository and db defines were required
- There was enough file-based config required (esp Hibernate)that I decided just to reference a full sample solution as my solutions folder, even though lots of it is not required, e.g. Spring config.
- 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 Gotchas found when running chartbeans action sequences in embedded mode:
...
- In trying to run chartbeans samples I got chartbeans output which I belieive is valid, written to a file which I then load in FF, but flash is deciding to not render the chart. I tried changing the allowScriptAccess to be "always", but that still didn't help.
...