3 Replies Latest reply on Aug 15, 2002 4:05 AM by joelvogt

    DeploymentException: No META-INF/application.xml found

    ankitc

      Hi all,
      I am trying to deploy a ear file in JBOSS 3.0 which comes bundled with tomcat 4.03.
      I have put my ear file in server->deafult->deploy folder.
      Structure of my ear file is
      MyEjb.jar
      MyWebFile.war
      META-INF/MANIFEST.MF
      META-INT/application.xml

      My application uses old xalan and xerces, so I have put Class-Path directive in manifest file.
      When I start my Jboss Server It gives me following Exception:

      16:29:16,852 ERROR [EARDeployer] Error in init step of ear deployment
      org.jboss.deployment.DeploymentException: No META-INF/application.xml found
      at org.jboss.deployment.EARDeployer.init(EARDeployer.java:99)
      at org.jboss.deployment.MainDeployer.init(MainDeployer.java:556)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:501)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:481)
      at java.lang.reflect.Method.invoke(Native Method)
      .............................................
      .............................................
      .............................................
      .............................................

      Any Idea what my be causing this.