[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1994) EL Expressions on decision nodes in JPDL can't be evaluated

Olivier Thierry (JIRA) jira-events at lists.jboss.org
Fri Sep 28 09:41:43 EDT 2007


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
            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

       




More information about the seam-issues mailing list