| java.lang.Object uk.org.primrose.jndi.java.javaURLContextFactory
javaURLContextFactory | public class javaURLContextFactory implements ObjectFactory,InitialContextFactory(Code) | | Context factory for the "java:" namespace.
jndi.properties must have java.naming.factory.url.pkgs=uk.org.rosehip.core
OR -Djava.naming.factory.url.pkgs=uk.org.rosehip.core on command line.
Implementing this allows us to bind contexts such as "java:comp/env/poolName"
See Also: javax.naming.spi.NamingManager#getURLContext(java.lang.String, java.util.Hashtable).
|
|
|