Using Geronimo 2.1 (jdk 1.5), eclipse 3.2.2, myEclise 5.5.1 GA
I have an ear file with several wars and an EJB.
I used to work with weblogic and the deployment in development mode was working fine.
This exploded mode is usefull when modifying a jsp for example, you can see immediatly (after recompilation process) the result within your web interface
Since i have migrated to Geronimo, I am not able to do this kind of deployment anymore. There is obviously a problem with the development of the ejb. I receive a message box which tells me: C:\geronimo-2.0\deploy\SonoraEAR.ear\SonoraEjb.jar is not a directory.
The deployment process ends, indicating the deployment is ‘OK’ but it is not.
Is there any additional configuration (compared to weblogic) I should do to have a successful exploded deployment?