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#4038816

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038816
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to