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

"Re: JTA Problem with multiple sessions"

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

--------------------------------------------------------------
Sumeru, please check that you have following 

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

in your persistence.xml files - both for business-central-server.war and 
jbpm-human-task.war. What you experience might be due to having this property 
set to create or create-drop which will simply recreate tables when new 
persistence unit is created - there are two used - for runtime engine and one 
bor history log.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/819673#819673]

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

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to