JBoss Community

Re: jBPM processes started from Java code dont show up in jBPM process console

created by Maciej Swiderski in jBPM - View the full discussion

Most likely your persistence.xml file has property hibernate.hbm2ddl.auto set to create or create-drop which means that whenever you build EntityManagerFactory will reset your data base by rebuilding schema. Change that to update and your problem will disappear (in all described cases).

 

HTH

Reply to this message by going to Community

Start a new discussion in jBPM at Community