"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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...