[jboss-jira] [JBoss JIRA] Updated: (AS7-1453) AS7 ignores alt-dd element in EAR deployment descriptor application.xml
Dominik Pospisil (JIRA)
jira-events at lists.jboss.org
Fri Aug 5 09:46:56 EDT 2011
[ https://issues.jboss.org/browse/AS7-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dominik Pospisil updated AS7-1453:
----------------------------------
Component/s: Server
(was: Web)
> 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
> Components: Server
> Affects Versions: 7.0.0.Final
> Reporter: Dominik Pospisil
> Attachments: altdd.ear
>
>
> 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