[jboss-user] [JBoss jBPM] - java.lang.NoSuchFieldError: FORCE
simonbaker
do-not-reply at jboss.com
Mon Nov 19 21:53:36 EST 2007
I'm wondering if this is a hibernate version problem. Does anyone have insight to this error? Our code was trying to call the "end()" method of one of two tasks in a fork. This is the first time we have used a fork (stone age we are) and likely could be missing something basic.
java.lang.NoSuchFieldError: FORCE.
This problem occurred at:
| java.lang.NoSuchFieldError: FORCE
| at org.jbpm.graph.node.Join.execute(Join.java:105)
| at org.jbpm.graph.def.Node.enter(Node.java:318)
| at org.jbpm.graph.def.Node$$FastClassByCGLIB$$d187eeda.invoke()
| at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
| at org.hibernate.proxy.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:161)
| at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$29cdf4c.enter()
| at org.jbpm.graph.def.Transition.take(Transition.java:151)
| at org.jbpm.graph.def.Node.leave(Node.java:393)
| at org.jbpm.graph.node.TaskNode.leave(TaskNode.java:209)
| at org.jbpm.graph.node.TaskNode$$FastClassByCGLIB$$923668a4.invoke()
| at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
| at org.hibernate.proxy.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:161)
| at org.jbpm.graph.node.TaskNode$$EnhancerByCGLIB$$3ce2d596.leave()
| at org.jbpm.graph.exe.Token.signal(Token.java:194)
| at org.jbpm.graph.exe.Token.signal(Token.java:165)
| at org.jbpm.graph.exe.Token$$FastClassByCGLIB$$74df1c6e.invoke()
| at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
| at org.hibernate.proxy.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:161)
| at org.jbpm.graph.exe.Token$$EnhancerByCGLIB$$af2b85e0.signal()
| at org.jbpm.taskmgmt.exe.TaskInstance.end(TaskInstance.java:478)
| at org.jbpm.taskmgmt.exe.TaskInstance.end(TaskInstance.java:417)
| at org.jbpm.taskmgmt.exe.TaskInstance$$FastClassByCGLIB$$cb2c21af.invoke()
| at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
| at org.hibernate.proxy.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:161)
| at org.jbpm.taskmgmt.exe.TaskInstance$$EnhancerByCGLIB$$eb8e3c61.end()
| at com.rco.bpm.util.JBPMAccessor.userFinishedTask(JBPMAccessor.java:1299)
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106227#4106227
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106227
More information about the jboss-user
mailing list