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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...