- This topic has 1 reply, 2 voices, and was last updated 12 years, 5 months ago by cconway.
-
AuthorPosts
-
hem_kecParticipantHi,
I am using my-eclipse blue 9.0 with WebSphere 7.0 in windows 64 bit machine.I had created Enterprise Application Project with J2EE 1.4 and created new Web and EJB module. I build and deploy it in WebSphere. it works.
Once i changed the package name for ejb, i am not able to deploy it. I am getting the following errors.
EJB deploy failed
Error while processing project OnlineExaminationSystemEJB: com.ibm.etools.rmic.RMICException: RMIC Command returns RC = OnlineExaminationSystemEJB. The problems which stopped RMIC are displayed, and have also been recorded in the .log file in error: Class OnlineExaminationSystemEJB not found in class onlineexaminationsystemejb.EJSRemoteStatelessOnlineExaminationSystemEJB_8318520a.
error: Class onlineexaminationsystemejb.OnlineExaminationSystemEJBHome not found in class onlineexaminationsystemejb.EJSRemoteStatelessOnlineExaminationSystemEJBHome_8318520a.
2 errorscom.ibm.etools.rmic.RMICException: RMIC Command returns RC = OnlineExaminationSystemEJB. The problems which stopped RMIC are displayed, and have also been recorded in the .log file in error: Class OnlineExaminationSystemEJB not found in class onlineexaminationsystemejb.EJSRemoteStatelessOnlineExaminationSystemEJB_8318520a.
error: Class onlineexaminationsystemejb.OnlineExaminationSystemEJBHome not found in class onlineexaminationsystemejb.EJSRemoteStatelessOnlineExaminationSystemEJBHome_8318520a.
2 errorsAny idea ?
1) How to regenerate the scaffolding/ metadata for deployment ?
Thanks
With Regards
Hemant Joshi
cconwayMemberHi Hemant,
Were you able to get past this problem?
I would try searching all files in the project for the old package name. Perhaps the bean is still configured in an xml file under the old package name?
-
AuthorPosts