so later i changed the code as following, but i was getting "javax.naming.NameNotFoundException" /*--------------*/ Object objref = ctx.lookup("java:comp/env/ejb/test/MyTestSession"); testSessionBean = (MyTestSessionHome)PortableRemoteObject.narrow(objref, MyTestSessionHome.class); /*--------------*/ Could you please help me in this.
View All Comments
| View Tutorial