- This topic has 3 replies, 2 voices, and was last updated 11 years, 12 months ago by
support-swapna.
-
AuthorPosts
-
vipulreddy574MemberHi ,
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 errorcom.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.
support-swapnaModeratorVipul,
Sorry that you are seeing this issue.
1. Can you let us know whether you tried to deploy to WAS without running EJB Deploy Tool from inside MyEclipse ?
2. Can you also clarify if you have cleaned up old EJB Deploy stubs in ejbModule ?
vipulreddy574Member1) Without running EJB deploy tool , i deployed ear. stubs and skeleton is generated during deployment time.
2) how to clean ejb deploy stubs in ejbModule.. Moreover?
support-swapnaModeratorVipul,
Can you also share some more information ?
1. Which version of Websphere are you working with in MyEclipse?
2. On which version of Websphere did you deploy your project when working with WSAD 5.x ?
3. Please share the version of EJB in your project. Also share the JEE version of the EAR.Attached is the screenshot of how the generated stubs and their names look like for your reference.
Attachments:
You must be logged in to view attached files. -
AuthorPosts