[
http://jira.jboss.com/jira/browse/JBSEAM-1994?page=all ]
Pete Muir resolved JBSEAM-1994.
-------------------------------
Fix Version/s: (was: 2.0.0.CR2)
Resolution: Duplicate Issue
EL Expressions on decision nodes in JPDL can't be evaluated
------------------------------------------------------------
Key: JBSEAM-1994
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1994
Project: JBoss Seam
Issue Type: Bug
Components: BPM, EL
Affects Versions: 2.0.0.CR1, 2.0.0.BETA1
Reporter: Olivier Thierry
Using complex EL expressions on decision nodes in JPDL causes an exception to be thrown
on evaluation : "org.jbpm.JbpmException: couldn't evaluate expression".
For example this JPDL condition can't be evaluated :
<decision name="motif délégation ?"
expression="#{ligneDemandeAbsence.motif eq 'DEL'}">
<transition name="false"
to="saisieDatesAbsence"></transition>
<transition name="true"
to="saisieDateDelegation"></transition>
</decision>
This bug did not exist with 2.0.0.BETA1 version but exists with 2.0.0.CR1 version.
--
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