anonymous wrote : String providerUrl = "jnp://10.10.10.121:1098";
You have to use port 1099 for JNDI lookup:
String providerUrl = "jnp://10.10.10.121:1099";
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101146#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...