Slight correction to the code that i posted ( i had missed out passing the props to the
InitialContext constructor):
| Hashtable props = new Hashtable();
| props.put(Context.PROVIDER_URL,"jnp://xxx.yyy.zzz.xxx:1099");
| Context ctx = new InitialContext(props);
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092059#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...