5 Replies Latest reply on Jun 2, 2010 2:20 AM by sehlerding

    META-INF/application.xml is not deployed to exploded ear

      Hey,

       

      I have got a problem with the deployment via JBoss AS Tools. In my workspace is a Enterprise Application Project and a referenced Dynamic Web Project. So I use JBoss AS Tools to add the Enterprise Project and the dependent Web Project to the JBoss Server. When I start the server I get the following error:

      org.jboss.deployment.DeploymentException: No META-INF/application.xml found

       

      After looking at the deployment directory I recognized that the exploded ear contains the Web Project but no folder META-INF with the application.xml inside.

       

      So I added the folder with the application.xml manually to the exloded Enterprise Project EAR and started the server again. This time everything works fine. The server starts without errors and it is possible to run the deployed application.

       

      Can anyone help me with this issue? Why is the application.xml excluded from deployment?

       

      Greets,

      Sebastian Ehlerding