ok - I got it working.
the problem was here:
| <mail:mail-session jndi-name="java:/Mail"/>
|
I had to change this to:
| <mail:mail-session session-jndi-name="java:/Mail"/>
|
maybe session-jndi-name should be removed from the mail XSD in favor of component's
jndi-name?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4014731#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...