JbpmVariableResolver
--------------------
Key: JBPM-1153
URL:
http://jira.jboss.com/jira/browse/JBPM-1153
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM jPDL 3.2.2
Reporter: mohankishore
Assigned To: Tom Baeyens
http://fisheye.jboss.org/browse/JBPM/jbpm.3/jpdl/jar/src/main/java/org/jb...
line 48
Should be looking for the presence of the variable against the current token (not the root
token):
It should be:
&& (contextInstance.hasVariable(name, token))
and not just:
&& (contextInstance.hasVariable(name))
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira