Hi,
I have a J2EE project including 8 EJB projects and 1 Web project. It used to work fine but since today, I just can’t deploy it anymore. When I try a redeploy, it starts deploying as usual but ends way too soon. In the deploy folder of JBoss, I have the app.ear folder, the META-INF with its application.xml and MANIFEST.MF but nothing else. Sometimes I could get one of my EJBs to deploy.
The problem with this deployment issue is that it’s not giving me any kind of error. The “Problems” tab only contains harmless warnings and my project dependencies are correct. How can I know what the hell is wrong ?
More details:
I was using MyEclipse 4.0.3 on Eclipse 3.1.1 but after upgrading to 4.1.1 on 3.1.2, the problem is still there.
I’m running this on Windows XP SP2. I have only one other plugin: subclipse.
My projects look like this:

The MSA1, MSA2, MSA3 and Common_Domain are the EAR projects. I deploy each one in a different JBoss instance.
The modules in that ear project look like this:

My JBoss is setup like this in the preferences:

And the deployment looks like this:

I tried to deploy as .EAR file outside JBoss with the same result.
Any suggestions on how I could determine why MyEclipse is partially deploying my EAR project ?
Thanks a lot.