Hello,
We are currently evaluating myeclipse to see if we can replace IBM RSA with myeclipse. However, for the past 2 weeks I am not able to deploy an EAR ( migrated from RSA) on Websphere V7. I have enhance all the projects in my eclipse as per documentation.
When we deploy the Enterprise project through RSA it goes through fine. However while deploying it to Websphere using “Add to Deployment button in myeclipse” the ear fails with EJB deploy errors.
One of the EJB projects uses EJB 3.0 features and also uses @override annotation. This project compiles through Myeclipse but during EJB deploy compilation it fails with error
The method <method-name> of type <class> must override a superclass method. Though the ejb deployer compliance level has been set to 6 it is still not working. ( Also, there is not issue with override as the method is defined in interface and overridden correctly).
Please help resolve this issue.