You don't need the narrowing anymore. use this code instead:
| InitialContext ctx = new InitialContext();
| MyTestSession testSession =
(MyTestSession)ctx.lookup("ejb/test/MyTestSessionBean/remote");
|
That's all!!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038816#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...