[
https://jira.jboss.org/jira/browse/JBPM-2251?page=com.atlassian.jira.plug...
]
Alejandro Guizar commented on JBPM-2251:
----------------------------------------
The mail session configuration is in jbpm-pvm/src/main/resources/jbpm.default.cfg.xml. It
was placed there because all other sessions are (pvm-db-session, message-session,
timer-session, etc.). What we could do to avoid having explicit properties there is
externalize to a properties file, as in the hibernate configuration case.
<mail-session>
<mail-server>
<session-properties resource="jbpm.mail.properties" />
</mail-server>
</mail-session>
The mail template is in jbpm-examples/src/test/resources/jbpm.cfg.xml. If needed we can
also take this one out through the import mechanism.
<import resource="jbpm.mail.templates" />
What are your thoughts? When you reply, please assign this issue to me. JIRA will send me
a notification.
separate specific integration test suite deployments
----------------------------------------------------
Key: JBPM-2251
URL:
https://jira.jboss.org/jira/browse/JBPM-2251
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Runtime Engine
Reporter: Tom Baeyens
Assignee: Tom Baeyens
Fix For: jBPM 4.0.0.CR1
The integration test suite needs some specific deployment aspects:
- mail server/template settings
- example classes
The deployment of these aspects should be separated from the main jbpm-in-jboss
installation scripts.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira