[jboss-user] [EJB 3.0] - Re: Fail to try first example in
waynebaylor
do-not-reply at jboss.com
Mon Jul 23 09:55:22 EDT 2007
does it work if you use
| Context jndiContext = new InitialContext();
| Object ref = jndiContext.lookup("TravelAgentBean/remote");
|
instead of
anonymous wrote :
| Context jndiContext = getInitialContext();
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066664#4066664
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066664
More information about the jboss-user
mailing list