[jboss-user] [JNDI and Naming] New message: "Re: Remote vs. Local client lookup of same JNDI object"

Brian Stansberry do-not-reply at jboss.com
Tue Feb 9 15:36:39 EST 2010


User development,

A new message was posted in the thread "Remote vs. Local client lookup of same JNDI object":

http://community.jboss.org/message/525226#525226

Author  : Brian Stansberry
Profile : http://community.jboss.org/people/bstansberry@jboss.com

Message:
--------------------------------------------------------------
If you step into the call to getObjectInstanceWrapFailure and then step into it's call to getObjectInstance, I expect you'll end up at this:
 
return NamingManager.getObjectInstance(obj, name, this, env);

 
That's a call into a JDK class; the JDK javadocs for javax.naming.spi.NamingManager describe what goes on there. At that point it's really out of the hands of JBoss' code; the NamingManager uses the javax.naming.Reference object IBM binds to figure out how to construct the object, generally delegating to a javax.naming.spi.ObjectFactory implementation specified by the Reference. You call step into the NamingManager.getObjectInstance() call to get a better idea of exactly what's happening.

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/525226#525226




More information about the jboss-user mailing list