[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-1594) jBPM mail templates don't resolve correctly
Koen Aers (JIRA)
jira-events at lists.jboss.org
Tue Jul 10 04:33:31 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-1594?page=all ]
Koen Aers updated JBSEAM-1594:
------------------------------
Attachment: hibernate.cfg.xml
jbpm.cfg.xml
jbpm.mail.templates.xml
> 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
> Attachments: 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