1 Reply Latest reply on Oct 6, 2009 11:51 AM by puellula

    No META-INF/application.xml found

    puellula

      Hi,
      I'm working with JBoss 4.0.4 GA and jdk 1.5.0_14 with Eclipse 3.3.2 Europe.
      I'm working for a big project developed from many companies. The main company often send us some libreries (.jar) updates.
      All worked fine till last update where the main company sent us many many jar to change. In some .jar changed only the content and in other the name (from upper to lower case), too.

      I changed the files:
      - application.xml
      - MANIFEST.MF
      with the new names by hand.

      To insert new jar I deleted the old ones and added the newest, without overwriting.

      The error I have deploying it on JBoss is:
      - org.jboss.deployment.DeploymentException: No META-INF/application.xml found
      And for some files:
      - Extracted non-deployable content: META-INF/MANIFEST.MF
      - Extracted non-deployable content: META-INF/application.xml
      - ...

      Please, tell me if you need clarifications or more information.

      Thank you!

        • 1. Re: No META-INF/application.xml found
          puellula

          Hi,
          I solved this problem importing the .jar(s) files directly from Eclipse using "import->file system". Obviously before the import operation I deleted by hand the .jar files.
          After that I modified the application.xml and manifest.mf by hand inserting the correct names for the .jar.

          This problem is solved now, but I have another one with Datasource.

          Thanks!