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

Pete Muir (JIRA) jira-events at lists.jboss.org
Tue Jul 10 05:06:32 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1594?page=all ]

Pete Muir reassigned JBSEAM-1594:
---------------------------------

    Assignee: Pete Muir

> 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
>         Assigned To: Pete Muir
>         Attachments: application.xml, build.xml, hibernate.cfg.xml, jbpm.cfg.xml, jbpm.mail.templates.xml, ordermanagement1.jpdl.xml
>
>
> 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