Re: TomEE 1.7.2 JavaMail Resource

2015-06-10 Thread renz
thank you -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/TomEE-1-7-2-JavaMail-Resource-tp4675216p4675236.html Sent from the TomEE Users mailing list archive at Nabble.com.

TomEE 1.7.2 JavaMail Resource

2015-06-09 Thread renz
Hello, Since version 1.7.2, TomEE complains about unknown property when JavaMail is configured in tomee.xml as explained in http://tomee.apache.org/configuring-javamail.html http://tomee.apache.org/configuring-javamail.html The conf : Here is the log : The same conf with TomEE 1.7.2 works

Re: [tomee-embedded] tomee sending javamail to port 25 no matter what I specify

2014-09-05 Thread Romain Manni-Bucau
Hi you miss the resource declaration. (like if you do setXXX() without the new): notificationsMail = new://Resource?type=javax.mail.Session Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github:

Re: [tomee-embedded] tomee sending javamail to port 25 no matter what I specify

2014-09-05 Thread Emmanuel Touzery
Hello, thank you! Added this line in the properties section of the arquillian.xml and it works great now, thank you! Emmanuel On 05/09/14 10:18, Romain Manni-Bucau wrote: Hi you miss the resource declaration. (like if you do setXXX() without the new): notificationsMail =

Re: TomEE and javamail

2014-03-31 Thread hwaastad
not control) has several axis2 dependencies and this breaks the resource handling. Is there a way to solve this? br hw -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-and-javamail-tp4668436p4668470.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: TomEE and javamail

2014-03-31 Thread Romain Manni-Bucau
in context: http://openejb.979440.n4.nabble.com/TomEE-and-javamail-tp4668436p4668470.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: TomEE and javamail

2014-03-31 Thread hwaastad
Thanks again, i excluded all artifacts which generated contains offending class and it seems to be OK. Great :-) br hw -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-and-javamail-tp4668436p4668474.html Sent from the OpenEJB User mailing list archive

Re: TomEE and javamail

2014-03-31 Thread Howard W. Smith, Jr.
On Mon, Mar 31, 2014 at 4:28 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: remove geronimo jar from your webapp (javamail one in particular) +1 I see this recommendation a lot on this list. :) now, time to be nitpicky..., is geronimo javamail JAR bundled with tomee for [javamail] license

Re: TomEE and javamail

2014-03-31 Thread Romain Manni-Bucau
Manni-Bucau rmannibu...@gmail.comwrote: remove geronimo jar from your webapp (javamail one in particular) +1 I see this recommendation a lot on this list. :) now, time to be nitpicky..., is geronimo javamail JAR bundled with tomee for [javamail] license issues or just to pass Java EE (6

TomEE and javamail

2014-03-30 Thread hwaastad
Hi, got a quick question regarding javamail resource in TomEE. I have a hard time getting it to work. I have a web app. I've configured the resource as described in http://tomee.apache.org/configuring-javamail.html http://tomee.apache.org/configuring-javamail.html if i use a @resource(name

Re: TomEE and javamail

2014-03-30 Thread Romain Manni-Bucau
Hi No should work. Do you care sharing a project showing it? Le 30 mars 2014 10:42, hwaastad he...@waastad.org a écrit : Hi, got a quick question regarding javamail resource in TomEE. I have a hard time getting it to work. I have a web app. I've configured the resource as described

Re: TomEE and javamail

2014-03-30 Thread hwaastad
OK thanks, here's a wrap up: https://github.com/hwaastad/mockitotomee.git br hw -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-and-javamail-tp4668436p4668440.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: TomEE and javamail

2014-03-30 Thread Romain Manni-Bucau
: OK thanks, here's a wrap up: https://github.com/hwaastad/mockitotomee.git br hw -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-and-javamail-tp4668436p4668440.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: TomEE and javamail

2014-03-30 Thread hwaastad
Ah, brilliant Romain. Thank's again br hw -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-and-javamail-tp4668436p4668463.html Sent from the OpenEJB User mailing list archive at Nabble.com.