<div dir="ltr">I guess you have a process with an split node with some condition? It seems that in the condition there is something called session that it is not being found?</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Sun, May 19, 2013 at 4:42 PM, starfish15 <span dir="ltr">&lt;<a href="mailto:pooja.ghosh@accenture.com" target="_blank">pooja.ghosh@accenture.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I am very new to BPMN. We are currently using Drools 5.3 version. I face the<br>
below error when i run the project. Also am trying to understand the running<br>
of Call Activity. Anyways a flow does begin running and then it gives the<br>
following error<br>
<br>
java.lang.NoSuchFieldError: session<br>
        at<br>
org.jbpm.process.instance.impl.MVELReturnValueEvaluator.evaluate(MVELReturnValueEvaluator.java:91)<br>
        at<br>
org.jbpm.process.instance.impl.ReturnValueConstraintEvaluator.evaluate(ReturnValueConstraintEvaluator.java:128)<br>
        at<br>
org.jbpm.workflow.instance.node.SplitInstance.internalTrigger(SplitInstance.java:72)<br>
        at<br>
org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:124)<br>
        at<br>
org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:205)<br>
        at<br>
org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:164)<br>
        at<br>
org.jbpm.workflow.instance.node.ActionNodeInstance.triggerCompleted(ActionNodeInstance.java:55)<br>
        at<br>
org.jbpm.workflow.instance.node.ActionNodeInstance.internalTrigger(ActionNodeInstance.java:51)<br>
        at<br>
org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:124)<br>
<br>
<br>
Not sure i understood this error. Would appreciate if some help could be<br>
provided with what the error meant exactly.<br>
<br>
Regards,<br>
starfish.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/BPMN2-Question-tp4023888.html" target="_blank">http://drools.46999.n3.nabble.com/BPMN2-Question-tp4023888.html</a><br>
Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div><br></div>