]
Thomas Diesler updated JBPM-1153:
---------------------------------
Assignee: (was: Tom Baeyens)
JbpmVariableResolver - is not looking for the variable on the current
token
---------------------------------------------------------------------------
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
Original Estimate: 10 minutes
Remaining Estimate: 10 minutes
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: