[jboss-user] [jBPM] - Re: Problem while viewing the tasks in jbpm console
Chris Melas
do-not-reply at jboss.com
Thu Feb 2 07:49:53 EST 2012
Chris Melas [https://community.jboss.org/people/melc] created the discussion
"Re: Problem while viewing the tasks in jbpm console"
To view the discussion, visit: https://community.jboss.org/message/714012#714012
--------------------------------------------------------------
Hello,
This happens because of the line
<property name="hibernate.hbm2ddl.auto" value="create" /> found in persistence.xml and hibernate.cfg.xml files.
Basically what this does is to recreate the tables, thus data gets lost.
The persistence related files are in META-INF of your task service, also in jbpm-gwt-console-server.war\WEB-INF\classes and jbpm-gwt-console-server.war\WEB-INF\classes\META-INF of your console server.
You can simply comment it out or read more about it... check out the following thread and the links mentioned,
https://community.jboss.org/message/641541#641541 https://community.jboss.org/message/641541#641541
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/714012#714012]
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/20120202/d743bf86/attachment.html
More information about the jboss-user
mailing list