I am deploying processing programatically:
try/catch removed for clarity:
JbpmConfiguration jbpmConfiguration;
jbpmConfiguration = JbpmConfiguration.parseResource("jbpm.cfg.xml");
ProcessDefinition procDef = ProcessDefinition.parseXmlResource(mapName);
JbpmContext context = jbpmConfiguration.createJbpmContext();
context.deployProcessDefinition(procDef);
context.close();
My problem is that the newest version of the processDefinition in the database
has old node names in the JBPM database. Is this a known bug? Am I
redeploying incorrectly?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953051#3953051
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953051
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user