@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#4216793

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216793
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to