This content has been marked as final.
Show 1 reply
-
1. Re: JBPM Dashboard Issue
krisverlaenen Feb 1, 2015 8:02 AM (in response to biswajit.sarkar)The dashbuilder war depends on the jbpm-console (or business-central in case you're using the product) war to create the appropriate database tables. Most likely you have an in memory database configured (which would explain why the tables were removed since the last time)? Or for some other reason you deleted the database tables? Assuming you are allowing hibernate to create the database tables for you (default when using the installer or default war), try to make sure to deploy the jbpm-console (or business-central) war first before (re)deploying the dashbulider war.