[jboss-jira] [JBoss JIRA] Created: (AS7-1453) AS7 ignores alt-dd element in EAR deployment descriptor application.xml

Dominik Pospisil (JIRA) jira-events at lists.jboss.org
Wed Aug 3 07:10:07 EDT 2011


AS7 ignores alt-dd element in EAR deployment descriptor application.xml
-----------------------------------------------------------------------

                 Key: AS7-1453
                 URL: https://issues.jboss.org/browse/AS7-1453
             Project: Application Server 7
          Issue Type: Bug
    Affects Versions: 7.0.0.Final
            Reporter: Dominik Pospisil


The <alt-dd> element in application.xml enables application assembler to specify alternate module deploymnet descriptor location. The element is ignored by AS7.

Example of such descriptor:

<?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_5.xsd"
        version="5">
        <description>Tests of the alt-dd behavior</description>

    <module>
       <web>
           <web-uri>altdd-web.war</web-uri>
           <context-root>/altdd-test</context-root>
       </web>
       <!-- Specify the ear relative path -->
       <alt-dd>META-INF/altdd-web.xml</alt-dd>
    </module>

</application>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list