[jboss-jira] [JBoss JIRA] Created: (AS7-1248) Presence of application.xml in .ear causes nested .sar and .war deployments to be skipped from deployment

jaikiran pai (JIRA) jira-events at lists.jboss.org
Mon Jul 11 06:00:23 EDT 2011


Presence of application.xml in .ear causes nested .sar and .war deployments to be skipped from deployment
---------------------------------------------------------------------------------------------------------

                 Key: AS7-1248
                 URL: https://issues.jboss.org/browse/AS7-1248
             Project: Application Server 7
          Issue Type: Bug
          Components: EE
    Affects Versions: 7.0.0.CR1
            Reporter: jaikiran pai
            Assignee: jaikiran pai


If a .ear contains a application.xml as follows:

{code:xml}
<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">
</application>
{code}

and also packages nested .sar (and .war) files within the .ear, then those nested deployments are skipped. Removing the application.xml "fixes" the issue. The nested deployment should be picked up even in the presence of the application.xml.


--
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