You do need a jndi.properties file to provide the proper initial context. And the
client's classpath must include jbossall-client.jar. Here is the jndi.properties
file:
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provider.url=jnp://localhost:1099
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165157#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...