I am running in the following problem:
I created a ear project and attached two subprojects (ejb and web) to it. I can deploy it in exploded version without fail but after hitting redeploy I get an error stating that the deployment fails and i should shut down JBoss and remove it manually.
Investigating the deployment every file is missing except the lib included in WEB-INF/lib. Therefore it is no wonder, JBoss kept complaining about a missing application.xml file.
And what me bugges even more is, if I am redeploying it in packaged mode it MyEclipse does it duty everytime and everything works well. So the question is, what am I doing wrong?
Thanks