[jboss-user] [JBoss jBPM] - Missing processdefinition after Jboss server restart

anu123suya do-not-reply at jboss.com
Thu Dec 14 07:59:57 EST 2006


Hi,
 I am using default hypersonic database. Each time when i restart the jboss appserver, processdefinition entry is missing in the DB table. I need to freshly deploy it once again.

can any one suggest me what could be the problem?

code used for deployment is,

JbpmConfiguration jbpmConfig = JbpmConfiguration.getInstance();
JbpmContext jbpmContext = jbpmConfig.createJbpmContext(); 
ProcessDefinition processDefinition = ProcessDefinition.parseXmlResource("META-INF/processdefinition.xml"); 
jbpmContext.deployProcessDefinition(processDefinition); 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993826#3993826

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993826



More information about the jboss-user mailing list