I've solved it with:
| Properties props = new Properties();
| props.put(Context.INITIAL_CONTEXT_FACTORY,
"org.jnp.interfaces.NamingContextFactory");
| props.put(Context.PROVIDER_URL, "jnp://x.x.x.x:1099");
|
props.put(Context.URL_PKG_PREFIXES,"org.jboss.naming:org.jnp.interfaces");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133691#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...