[jboss-user] [JBoss Seam] - Re: Seam Authenticator and GlassFish

klaro78 do-not-reply at jboss.com
Tue Feb 20 03:51:37 EST 2007


As in the glassfish example, you have to add a ejb-local-ref in your web-xml, and of course, I also used CVS version:

<ejb-local-ref>       
  |   <ejb-ref-name>yourProject/AuthenticatorBean/local</ejb-ref-name>       
  |   <ejb-ref-type>Session</ejb-ref-type>       
  |   <local>your.package.Authenticator</local>       
  |   <ejb-link>AuthenticatorBean</ejb-link>    
  | </ejb-local-ref>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019239#4019239

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



More information about the jboss-user mailing list