Close
jGuru Forums
Posted By: zhi_chou Posted On: Friday, March 8, 2002 02:33 AM
I used following code for calling the CMP EJB, initial.lookup("java:comp/env/ejb/myDocumentSetting"); DocumentSettingHome home = (DocumentSettingHome)PortableRemoteObject.narrow(objref, DocumentSettingHome.class); But the error is :'DocuemntSettingHome can not be found in the class'
Re: how to solve the problem
Posted By: AlessandroA_Garbagnati Posted On: Friday, March 8, 2002 02:51 AM