[JBoss-user] [EJB 3.0] - Re: Problem with Remote Lookup in JBoss

2006-01-09 Thread deepSingh
i am not able to find the solution for the problem i mentioned View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916581#3916581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916581 --

[JBoss-user] [EJB 3.0] - Problem with Remote Lookup in JBoss

2006-01-08 Thread deepSingh
::I am trying to lookup JBoss ports through this client Program::: env.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory\ "); env.put(Context.PROVIDER_URL,"jnp://localhost:1199"); env.put(Context.URL_PKG_PREFIXES,"org.jboss.naming:org.jnp.interface"); Context ct