[jboss-user] [JBoss Seam] - Re: Need some help with Seam Email

bsmithjj do-not-reply at jboss.com
Sun Feb 11 19:55:13 EST 2007


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#4014731

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4014731



More information about the jboss-user mailing list