Groups > Weblogic > WebLogic Enterprise JavaBeans > Re: Obscure EJB load exception




Re: Obscure EJB load exception

Re: Obscure EJB load exception
Tue, 22 Apr 2008 03:44:50 -070
Did you try to define an ejb-ref just in your web.xml/ejb-jar.xml? In that case
the jndi name you specify is only the local alias (please search the JNDI docs
for ENC). You also need to specify the real jndi name in the
weblogic.xml/weblogic-ejb-jar.xml

The resolving chain is:

local jndi-alias -(resolves to)-> internal binding name specified in
web.xml/ejb-jar.xml -(matches with)->entry name in the container deployment
descriptor -(resolves to)-> real JNDI name specified in the container
descriptor.


Post Reply
about | contact