[jboss-user] [jBPM] - Re: jBPM processes started from Java code dont show up in jBPM process console

Maciej Swiderski do-not-reply at jboss.com
Sun Jan 15 11:06:31 EST 2012


Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

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

To view the discussion, visit: https://community.jboss.org/message/646866#646866

--------------------------------------------------------------
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
[https://community.jboss.org/message/646866#646866]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120115/bf353845/attachment.html 


More information about the jboss-user mailing list