0 Replies Latest reply on Jun 27, 2012 5:38 AM by sweta_ka

    The deployment descriptor of the module 'application.war' cannot be loaded.

    sweta_ka

      I am trying to migrate my code from WAS  to JBOSS . When I load the source code , I get the following error:

       

      The deployment descriptor of the module 'application.war' cannot be loaded or found.

       

      My Application.xml is as follows:

       

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

      <application id="Application_ID" version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">

          <description>EAR application</description>

          <display-name>application</display-name>

       

          <module>

              <web>

                  <web-uri>application.war</web-uri>

                  <context-root>/create</context-root>

              </web>

          </module>

       

      </application>

       

       

      Could someone please help me figure out how to make my Web project a War inside the ear?

       

      Thanks in advance