[jboss-user] [JBoss jBPM] - Re: Variable resolver
chawax
do-not-reply at jboss.com
Mon Jun 11 08:20:17 EDT 2007
I found my error ... It was a not a jPBM issue since I tried to cast the variable id_element as a String while it was set as a Long ... So it throwed a ClassCastException ... Shame on me ...
Moreover the EL expression could be simpler :
<action class="fr.xxx.workflow.actions.absences.ValiderDemandeAbsenceAction">
| <idDemande>#{id_element}</idDemande>
| </action>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053073#4053073
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053073
More information about the jboss-user
mailing list