[jboss-user] [jBPM Users] - JBPM Java Task return value
jbpmjboss11
do-not-reply at jboss.com
Mon Aug 24 00:09:29 EDT 2009
Hi I am trying to run a Java task with return var as a part of my JBPM flow. I could successfully pass input arguments to the class mentioned in Java task but while getting value back from the Java task it throws exception saying ...
java.lang.NullPointerException
at org.jbpm.pvm.internal.cmd.GetExecutionVariablesCmd.execute(GetExecutionVariablesCmd.java:60)
at org.jbpm.pvm.internal.cmd.GetExecutionVariablesCmd.execute(GetExecutionVariablesCmd.java:36)
org.jbpm.pvm.internal.svc.DefaultCommandService.execute(DefaultCommandService.java:42)
at org.jbpm.pvm.internal.tx.StandardTransactionInterceptor.execute(StandardTransactionInterceptor.java:54)
at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:54)
at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55)
at org.jbpm.pvm.internal.svc.ExecutionServiceImpl.getVariable(ExecutionServiceImpl.java:130)
Please respond if someone has already faced and resolved this issue...
Thanks
Yucon
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251063#4251063
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251063
More information about the jboss-user
mailing list