[
https://jira.jboss.org/jira/browse/JBSEAM-3250?page=com.atlassian.jira.pl...
]
Dan Allen commented on JBSEAM-3250:
-----------------------------------
However, in looking at the code, it does seem to support both method and value expressions
properly. I will have to do some testing to verify.
Business process variable is not resolved in process definition EL
------------------------------------------------------------------
Key: JBSEAM-3250
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3250
Project: Seam
Issue Type: Bug
Components: BPM
Affects Versions: 2.0.2.SP1
Environment: jbpm-jpdl-3.2.3
jboss-4.2.2.GA
Reporter: Ivan B
Business process variable, declared in a Seam component as
@Out(scope = ScopeType.BUSINESS_PROCESS, required = false)
private String bannersCount;
does not resolve in jPDL
<decision name="check banner list"
expression="#{bannersCount}">
<transition to="select stub" name="no banners
found"></transition>
<transition to="select banner" name="banners
found"></transition>
</decision>
with the following exception
13:28:46,887 FATAL [application] javax.ejb.EJBTransactionRolledbackException: Identity
'bannersCount' does not reference a MethodExpression instance, returned type:
java.lang.String
javax.faces.el.EvaluationException: javax.ejb.EJBTransactionRolledbackException: Identity
'bannersCount' does not reference a MethodExpression instance, returned type:
java.lang.String
--
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