[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1594) jBPM mail templates don't resolve correctly

Koen Aers (JIRA) jira-events at lists.jboss.org
Mon Jul 9 17:16:32 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1594?page=comments#action_12368292 ] 
            
Koen Aers commented on JBSEAM-1594:
-----------------------------------

Gavin, I have been able to reproduce this problem with the Seam DVD example application. The SeamVariableResolver resolves the taskInstance variable to null. I have not looked at how the variables are looked up but could it be that this variable has been overlooked? It works ok for the processInstance variable.

> jBPM mail templates don't resolve correctly
> -------------------------------------------
>
>                 Key: JBSEAM-1594
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1594
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: BPM
>            Reporter: Tom Baeyens
>
> Forum description: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=109507  
> This is the code that I use in jBPM to do the expression resolving and which I expect to be the cause of the integration problem between jBPM and SEAM.
> "
>     VariableResolver variableResolver = JbpmExpressionEvaluator.getUsedVariableResolver();
>     if (variableResolver!=null) {
>       variableResolver = new MailVariableResolver(templateVariables, variableResolver);
>     }
> "
> So the static JbpmExpressionEvaluator is fetched and decorated.  I can't reproduce the reported problem in jBPM only.  
> Does the code above ring a bell with any of the SEAM folks ?

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