I can see it entering the Decision node, then it tries to save the process. No other info to diagnose. This is frustrating. Thanks for the help anyway salaboy
This is all I see in the log...
[org.jbpm.graph.def.GraphElement] event 'node-leave' on 'StartState(My Start State)' for 'Token(/)'
[org.jbpm.graph.def.GraphElement] event 'transition' on 'Transition(My Transition)' for 'Token(/)'
[org.jbpm.graph.def.GraphElement] event 'node-enter' on 'Decision(My Decision Node)' for 'Token(/)'
[org.jbpm.JbpmContext] closing jbpmContext org.jbpm.JbpmContext@3c855e
[org.jbpm.svc.Services] executing default save operations
[org.jbpm.svc.save.HibernateSaveOperation] saving process instance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187498#4187498
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187498
I get this error...
couldn't load delegation class
java.lang.ClassNotFoundException:
could not be found by the process classloader
I know what it means but I think my handler class is in the right place. When I explode the Locally Saved Deployed Archive, my class is under the "classes" folder, as under folder/package structure, com.sample.handler.MyDecisionHandler.class.
So why can't it see my class? When the GPD deploys the archive I expect that the GPD deployer should be putting my class in the classpath of the process classloader, right? Help please
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187470#4187470
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187470