anonymous wrote : env.put(Context.PROVIDER_URL, "http//x.x.x.x:1099/");
This should be
env.put(Context.PROVIDER_URL, "jnp://x.x.x.x:1099/");
And how do start the JBoss server? Do you use the -b option with run.bat?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133621#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...