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