@EJB.name is for the JNDI name of the reference within the ENC. Check your JNDI View,
looking under the component (your EJB's deployment) namespace for the correct value.
If you're like to use the global JNDI name (as you are), use @EJB.mappedName.
Or, designate the target EJB by its name: @EJB.beanName.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197489#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...