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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to