[
https://jira.jboss.org/jira/browse/JBPM-2590?page=com.atlassian.jira.plug...
]
Tom Baeyens resolved JBPM-2590.
-------------------------------
Fix Version/s: (was: jBPM 4.3)
Resolution: Cannot Reproduce Bug
Assignee: Tom Baeyens (was: Alejandro Guizar)
hi. we tried to reproduce but couldn't.
we set up tomcat using the install scripts provided. then created and deployed a simple
process that sends a mail. that worked successfully. i used jdk 6 on windows to test
this.
this test was based on trunk right before the 4.2 release. so if you can reproduce this
problem on 4.2, please reopen this issue and provide more details on how we can reproduce
it.
mail activities do not work with the Tomcat demo setup:
javax.mail.NoSuchProviderException: smtp
------------------------------------------------------------------------------------------------
Key: JBPM-2590
URL:
https://jira.jboss.org/jira/browse/JBPM-2590
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: jBPM 4.1
Environment: Apache Tomcat 6.0.20, JDK 1.6.0_16
Reporter: Sebastian Schneider
Assignee: Tom Baeyens
Using the mail activity in a process definition does not work as soon as the process is
deployed to the jBPM installation on Tomcat. The mail activity works fine in a unit test.
The following exception is thrown when the execution reaches the mail activity:
Caused by: javax.mail.NoSuchProviderException: smtp
at javax.mail.Session.getService(Session.java:794)
at javax.mail.Session.getTransport(Session.java:718)
at javax.mail.Session.getTransport(Session.java:661)
at javax.mail.Session.getTransport(Session.java:641)
at javax.mail.Session.getTransport(Session.java:696)
at org.jbpm.pvm.internal.email.impl.MailSessionImpl.send(MailSessionImpl
.java:48)
--
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