[jboss-user] [JNDI/Naming/Network] - Re: JNDI problem

waynebaylor do-not-reply at jboss.com
Sun Mar 2 15:12:25 EST 2008


have you tried a JNDI lookup?

Context ctx = new InitialContext();
  | MyRemoteIfc bean = (MyRemoteIfc)ctx.lookup("<ear-name>/<jar-name>/<bean-name>/remote");
  | 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133503



More information about the jboss-user mailing list