Chris Melas [http://community.jboss.org/people/melc] created the discussion

"Re: jbpm 5.1"

To view the discussion, visit: http://community.jboss.org/message/604253#604253

--------------------------------------------------------------
I also get this exception,
Caused by: java.lang.NoSuchMethodError: 
defaultPackage.Process_defaultPackage_0.action0(Lorg/drools/runtime/process/ProcessContext;)
at 
defaultPackage.Process_defaultPackage_0Action0Invoker.execute(Process_defaultPackage_0Action0Invoker.java:15)
at 
org.jbpm.workflow.instance.impl.ExtendedNodeInstanceImpl.executeAction(ExtendedNodeInstanceImpl.java:68)
at 
org.jbpm.workflow.instance.impl.ExtendedNodeInstanceImpl.triggerEvent(ExtendedNodeInstanceImpl.java:58)
.....


with jbpm5.1.0M1 and i have the feeling that it has to do with the compilation 
of a process containing scripttask.

This problem seems to occur after creating a process that contains start 
node->script node (with a System.out.println("this will do"); )->end node in  a 
fresh installation of jbpm. I added everything on Guvnor, compiled it and from 
jbpm console, while having the already available  "Evaluation" process, i 
noticed that the first process of the two (either the test process or 
evaluation process) runs normally the second process that will run is going to 
throw the exception above. If i restart jboss and rebuild package and try the 
seconf process first it will work and the other process that runs second breaks 
with the exception above....  The stacktrace indicates an error in the 
compilation since the defaultPackage  does not contain the action0 method.

Has anyone else noticed this behavior?? I would greatly appreciate any help, 
other experiences, ideas, comments etc
Thanks
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/604253#604253]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to