Package org.jboss.test.messaging.tools.jndi

Examples of org.jboss.test.messaging.tools.jndi.InVMInitialContextFactoryBuilder


         //TODO: need to think more about this; if I don't do it, though, bind() fails because it tries to use "java.naming.provider.url"
         try
         {
            NamingManager.
               setInitialContextFactoryBuilder(new InVMInitialContextFactoryBuilder());
         }
         catch(IllegalStateException e)
         {
            // OK
         }
View Full Code Here

TOP

Related Classes of org.jboss.test.messaging.tools.jndi.InVMInitialContextFactoryBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.