Usecases for org.jboss.naming.NamingContextFactory

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2379

This topic has not yet been written. The content below is from the topic description.
is used by EJB handles and other JNDI sensitive objects like the UserTransaction factory to keep track of the JNDI context that was in effect when they were created. If you want this environment to be bound to the object even after its serialized across vm boundaries, then you should the org.jboss.naming.NamingContextFactory. If you want the environment that is defined in the current VM jndi.properties or system properties, then you should use the org.jnp.interfaces.NamingContextFactory version.