For clarification, what I mean is lets say one of my nodes looks like this:
<state name="GenerateETOWorkOrder"> | <event type="node-enter"> | <action class="org.openitsm.sr.workflow.WorkFlowActionHandler"/> | </event> | <transition to="end"/> | </state> So version 1 of this definition would have node name GenerateETOWorkOrder in the database. Then lets say I edit the WF XML and repeploy like this: <state name="NEW_NODE_NAME"> | <event type="node-enter"> | <action class="org.openitsm.sr.workflow.WorkFlowActionHandler"/> | </event> | <transition to="end"/> | </state> If I look in the database, that node should be named NEW_NODE_NAME in version 2, but its still named GenerateETOWorkOrder as it was in the previous version. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953056#3953056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953056 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
