[jboss-dev-forums] [EJB 3.0 Development] - Re: javax.naming.NameNotFoundException: QName_ejb_vehicle no
jaikiran
do-not-reply at jboss.com
Fri Dec 4 02:08:47 EST 2009
"jaikiran" wrote :
|
| | | | +- EJBVehicle[link -> SOAPFaultException_ejb_vehicle] (class: javax.naming.LinkRef)
| |
| |
| A bit weird part in that exception stacktrace is, it probably isn't reporting the jndi name which is leading to this exception. For example, i see this in the stacktrace:
|
| javax.naming.NameNotFoundException: SOAPFaultException_ejb_vehicle not bound
|
|
After paying a bit more attention at the JNDI contents, shows that the EJBVehicle jndi name is "linking" to SOAPFaultException_ejb_vehicle (and hence that's the name being reported in the NameNotFoundException). So apparently, it's the "linking" of the ENC jndi name to the global jndi name which isn't happening correct.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268927#4268927
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268927
More information about the jboss-dev-forums
mailing list