[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3250) Business process variable is not resolved in process definition EL
Ivan B (JIRA)
jira-events at lists.jboss.org
Sun Aug 10 06:09:14 EDT 2008
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
More information about the seam-issues
mailing list