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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...