0 Replies Latest reply on Jul 23, 2011 12:11 AM by jrtm

    Application.xml not found

    jrtm

      When I startup the Jboss and deploy myApplication.ear with explod option true, the folder META-INF(whitin EAR) not copy to myApplication.ear folder.

      I dont no why cause this problem

      can anybody help me ?

      sorry my english.

      below my application.xml generated maven

       

      <?xml version="1.0" encoding="UTF-8"?>

      <application xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_6.xsd" version="6">

        <description></description>

        <display-name>InterCEar</display-name>

        <module>

          <ejb>InterC-1.0.jar</ejb>

        </module>

        <module>

          <web>

            <web-uri>InterC-1.0.war</web-uri>

            <context-root>/InterCWeb</context-root>

          </web>

        </module>

      </application>

       

      thx.