[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-2520) EL Expressions in JPDL files cause EL exceptions AGAIN

Pete Muir (JIRA) jira-events at lists.jboss.org
Fri Sep 19 06:48:20 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBSEAM-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir closed JBSEAM-2520.
-----------------------------

    Fix Version/s:     (was: 2.1.0.CR1)
       Resolution: Out of Date


I fixed a bug very similar to this a while back, so I think this is a dupe. Reopen if not.

> EL Expressions in JPDL files cause EL exceptions AGAIN
> ------------------------------------------------------
>
>                 Key: JBSEAM-2520
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-2520
>             Project: Seam
>          Issue Type: Bug
>          Components: BPM
>    Affects Versions: 2.0.1.CR1
>            Reporter: David Heggie
>            Assignee: Pete Muir
>
> The same thing that happened in the linked issue JBSEAM-1937 is happening again. This time it is only causing exceptions when evaluating a simple value expression eg. #{someComponent}.
> Looking through the code the problem is happening again in the org.jboss.seam.bpm.SeamExpressionEvaluator where it "Successfully" creates a MethodExpression and then tries to invoke it which causes a ELException which is not caught (only MethodNotFoundException is caught) and the call exits without trying to evaluate the expression as a ValueExpression.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list