[
https://issues.jboss.org/browse/AS7-1453?page=com.atlassian.jira.plugin.s...
]
Stuart Douglas resolved AS7-1453.
---------------------------------
Assignee: Stuart Douglas (was: Jason Greene)
Fix Version/s: 7.1.0.CR1
Resolution: Done
This was resolved a while ago, I think it made it into the CR1 release.
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: EE
Affects Versions: 7.0.0.Final
Reporter: Dominik Pospisil
Assignee: Stuart Douglas
Fix For: 7.1.0.CR1
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.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira