I am trying to put together a jBPM console using Spring MVC for a quick POC. I am using GraphViewerPluginImpl (in jbpm-gwt-graph), which makes use of ProcessInstanceDbLog(in jbpm-bam) to retrieve ActiveNodeInfo for the give process.
I got set back by hibernate.cfg.xml details hard-wired within jbpm-bam (same is also true for jbpm-gwt-console-server).
Are jbpm-bam/jbpm-gwt-console-server modules for illustration purposes only and not expected to by used in production code?