@EJB.mappedName is a vendor-specific (non-portable) attribute which in JBoss EJB3 is used
to denote the JNDI target; you're using it as the target EJB name.
@EJB should be sufficient. Likewise you don't need to specify @Stateful.name (the
default is the bean impl class getSimpleName()).
S,
ALR
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216793#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...