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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
