So we are currently analysing if it is feasible to move out from MyEclipse->Eclipse and one of the areas where we are currently stuck is
EJB Deploy.
In "MyEclipse" there is an option - 'Run EJB Deploy' which generates ".ejbDeploy" folder with the stubs, tie's and skeletons for the EJB project while in Eclipse Kepler there is "Prepare For Deployment" option(Right Click on Project->
Java EE Tools->Prepare for Deployment) which I am presuming does the same thing.
However, when I select 'Prepare for Deployment', it conveniently ignores it and does not do anything, no errors in the ".log" file or elsewhere.
I am not sure what needs to be done to ensure this works the same way as MyEclipse
IDE so that it generates ".ejbDeploy" folder like it does in MyEclipse.
Any insights will be helpful.
P.S: We are currently using
EJB 2.1 and dont have any plans to move to EJB 3.0 soon so steps related to EJB 2.1 will help. Also, for the purpose of this evaluation, we are using
Websphere 7.0 which is the server that we want to use