[
https://jira.jboss.org/jira/browse/JBPM-2590?page=com.atlassian.jira.plug...
]
Sebastian Schneider updated JBPM-2590:
--------------------------------------
Description:
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)
was:
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)
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
Fix For: jBPM 4.2
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