Hi, For remote JNDI access to the JBoss server we use the following:
anonymous wrote : | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces | java.naming.provider.url=jnp://localhost:1099 | The java.naming.factory.url.pkgs setting is different to your example in that it includes org.jnp.interfaces and org.jboss.naming. I don't know if this is related since I have not used this for an MDB accessing a remote queue. Gary View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071944#4071944 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071944 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
