Hi ,
Recently we migrated our project from WASD 5.x to MyEclipse blue 10 Edition. Our Project is an ear file which has ejb , war and some utility jar files. In WASD , we used to have ejbModule for ejb. In MyEclipse, .ejbDeploy is the output folder. when i “run ejbDeploy”, i get following exception.
EJB deploy failed
Error while processing project CONCORDEJB: com.ibm.etools.rmic.RMICException: RMIC Command returns RC = CONCORDEJB. The problems which stopped RMIC are displayed, and have also been recorded in the .log file in error: com.concord.ejb.session.filing.trademarks.EJSRemoteStatelessTrademarksFilingFacade_ab345d05 is not a valid remote implementation: has no remote interfaces.
1 error
com.ibm.etools.rmic.RMICException: RMIC Command returns RC = CONCORDEJB. The problems which stopped RMIC are displayed, and have also been recorded in the .log file in error: com.concord.ejb.session.filing.trademarks.EJSRemoteStatelessTrademarksFilingFacade_ab345d05 is not a valid remote implementation: has no remote interfaces.
1 error
Please help me to come out of this exception and successully run ejbDeploy for my EJB project.