bpmn2user [
http://community.jboss.org/people/bpmn2user] created the discussion
"Re: JBPM process instance persistence"
To view the discussion, visit:
http://community.jboss.org/message/589393#589393
--------------------------------------------------------------
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
[
http://community.jboss.org/message/589393#589393]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]