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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...