Thats what I meant:

  | Properties h = new Properties();
  | h.put( 
"java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory");
  | h.put( "java.naming.provider.url","jnp://localhost:1099");
  |               
h.put("java.naming.factory.url.pkgs","org.jboss.naming:org.jnp.interfaces");
  |               InitialContext ctx = new InitialContext(h);
  | 
I found it in here 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=114325

Thanks for Helping :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068866#4068866

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068866
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to