JBoss Community

Re: JBPM process instance persistence

created by bpmn2user in jBPM - View the full discussion

Comment out 'hbm2ddl.auto' property in hibernate.cfg.xml file if you do not want the tables auto created after you restart.

You can locate this file in gwt-console-server\WEB-INF\classes.

 

       <!-- Drop and re-create the database schema on startup? -->

     <property name="hbm2ddl.auto">create</property>

Reply to this message by going to Community

Start a new discussion in jBPM at Community