JBoss Community

Re: how to keep task/instance info in mysql ?

created by bpmn2user in jBPM - View the full discussion

You might want to check the setting of the property 'hibernate.hbm2ddl.auto' in hibernate.xml

 

e.g., if you have the following one as default, it would create the schema, destroying previous data

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



Reply to this message by going to Community

Start a new discussion in jBPM at Community