-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 5.1.0.ER2
-
Fix Version/s: 5.1.0 GA
-
Component/s: JBPM - standalone, JBPM - within SOA
-
Labels:
-
Affects Testing:Regression
-
Release Notes Text:When a mail from header was set in jbpm.cfg.xml, the value of the jbpm.mail.from.address property was not used in the header. This has been corrected, and the header can now be set in jbpm.cfg.xml as expected.
-
Release Notes Docs Status:Documented as Resolved Issue
The mail from header can be set in two places - in jbpm.cfg.xml file as jbpm.mail.from.address config property or in property file defined in file referred by resource.mail.properties property.
The problem is that originally it was possible to have this file present (for example to define SMTP parameters) AND at the same time to configure jbpm.mail.from.address in jbpm.cfg.xml.
This is no longer possible as the code contains a condition at lin 293 that say that either external file is used or jbp.cfg.xml definitions can be used.
if (Configs.hasObject("resource.mail.properties")) {
This is a regression from previous version.
- is blocked by
-
JBPM-2905 From header is not set on the email
-
- Resolved
-