erik van altena [
http://community.jboss.org/people/gimbal] created the discussion
"Re: Error while sending E mail Notification in jBPM 3.2........."
To view the discussion, visit:
http://community.jboss.org/message/616672#616672
--------------------------------------------------------------
javax/mail/Address
You are not running this in an application server? Apparently JavaMail is not on your
(runtime) classpath. You can find it in maven here:
http://download.java.net/maven/2/javax/mail/mail/
http://download.java.net/maven/2/javax/mail/mail/
You also need javax.activation, which for some reason you get from maven central:
http://repo1.maven.org/maven2/javax/activation/activation/1.1/
http://repo1.maven.org/maven2/javax/activation/activation/1.1/
If you don't use maven, you can still get the jars from these urls.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/616672#616672]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]