properties.put(Context.INITIAL_CONTEXT_FACTORY, "java.naming.factory.initial");
The property you set here should be the class that is used to create the InitialContext, for JBoss this is 'org.jnp.interfaces.NamingContextFactory', you'll have to check the IBM MQ documentation to find the name of their Context Factory View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132070#4132070 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132070 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
