[jboss-user] [EJB 3.0] - Re: Possible Bug?
ALRubinger
do-not-reply at jboss.com
Thu Dec 18 20:19:41 EST 2008
@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#4197489
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197489
More information about the jboss-user
mailing list