You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andreas Wurzer (JIRA)" <ji...@codehaus.org> on 2012/02/27 17:16:04 UTC

[jira] (MEAR-147) wrong DOCTPYE in jboss-app.xml for 4.2

Andreas Wurzer created MEAR-147:
-----------------------------------

             Summary: wrong DOCTPYE in jboss-app.xml for 4.2
                 Key: MEAR-147
                 URL: https://jira.codehaus.org/browse/MEAR-147
             Project: Maven 2.x Ear Plugin
          Issue Type: Bug
    Affects Versions: 2.7
            Reporter: Andreas Wurzer
         Attachments: jboss42.patch

MEAR-104 doesn't completly fix the issue with the generated jboss-app.xml because the PUBLIC identifier in the DOCTYPE for JBoss 4.2 should be "-//JBoss//DTD J2EE Application 4.2//EN" as seen in the jboss-app_4_2.dtd.
At present it is "-//JBoss//DTD J2EE Application 1.4//EN" which leads to the following problem - because it is validated against the wrong DTD for JBoss 4.0 (jboss-app_4.0.dtd).

{{org.xml.sax.SAXParseException: The content of element type "jboss-app" must match "(module-order?,security-domain?,unauthenticated-principal?,loader-repository?,jmx-name?,module*,security-role*)"}}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MEAR-147) wrong DOCTPYE in jboss-app.xml for 4.2

Posted by "Andreas Wurzer (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MEAR-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=292844#comment-292844 ] 

Andreas Wurzer commented on MEAR-147:
-------------------------------------

Sorry, the newer patch is the correct one!
                
> wrong DOCTPYE in jboss-app.xml for 4.2
> --------------------------------------
>
>                 Key: MEAR-147
>                 URL: https://jira.codehaus.org/browse/MEAR-147
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Bug
>    Affects Versions: 2.7
>            Reporter: Andreas Wurzer
>         Attachments: jboss42.patch, jboss42.patch
>
>
> MEAR-104 doesn't completly fix the issue with the generated jboss-app.xml because the PUBLIC identifier in the DOCTYPE for JBoss 4.2 should be "-//JBoss//DTD J2EE Application 4.2//EN" as seen in the jboss-app_4_2.dtd.
> At present it is "-//JBoss//DTD J2EE Application 1.4//EN" which leads to the following problem - because it is validated against the wrong DTD for JBoss 4.0 (jboss-app_4.0.dtd).
> {{org.xml.sax.SAXParseException: The content of element type "jboss-app" must match "(module-order?,security-domain?,unauthenticated-principal?,loader-repository?,jmx-name?,module*,security-role*)"}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MEAR-147) wrong DOCTPYE in jboss-app.xml for 4.2

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MEAR-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephane Nicoll updated MEAR-147:
---------------------------------

    Fix Version/s: 2.8
    
> wrong DOCTPYE in jboss-app.xml for 4.2
> --------------------------------------
>
>                 Key: MEAR-147
>                 URL: https://jira.codehaus.org/browse/MEAR-147
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Bug
>    Affects Versions: 2.7
>            Reporter: Andreas Wurzer
>            Assignee: Stephane Nicoll
>             Fix For: 2.8
>
>         Attachments: jboss42.patch, jboss42.patch
>
>
> MEAR-104 doesn't completly fix the issue with the generated jboss-app.xml because the PUBLIC identifier in the DOCTYPE for JBoss 4.2 should be "-//JBoss//DTD J2EE Application 4.2//EN" as seen in the jboss-app_4_2.dtd.
> At present it is "-//JBoss//DTD J2EE Application 1.4//EN" which leads to the following problem - because it is validated against the wrong DTD for JBoss 4.0 (jboss-app_4.0.dtd).
> {{org.xml.sax.SAXParseException: The content of element type "jboss-app" must match "(module-order?,security-domain?,unauthenticated-principal?,loader-repository?,jmx-name?,module*,security-role*)"}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MEAR-147) wrong DOCTPYE in jboss-app.xml for 4.2

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MEAR-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephane Nicoll closed MEAR-147.
--------------------------------

    Resolution: Fixed

Fixed. Thanks for the patch!
                
> wrong DOCTPYE in jboss-app.xml for 4.2
> --------------------------------------
>
>                 Key: MEAR-147
>                 URL: https://jira.codehaus.org/browse/MEAR-147
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Bug
>    Affects Versions: 2.7
>            Reporter: Andreas Wurzer
>            Assignee: Stephane Nicoll
>             Fix For: 2.8
>
>         Attachments: jboss42.patch, jboss42.patch
>
>
> MEAR-104 doesn't completly fix the issue with the generated jboss-app.xml because the PUBLIC identifier in the DOCTYPE for JBoss 4.2 should be "-//JBoss//DTD J2EE Application 4.2//EN" as seen in the jboss-app_4_2.dtd.
> At present it is "-//JBoss//DTD J2EE Application 1.4//EN" which leads to the following problem - because it is validated against the wrong DTD for JBoss 4.0 (jboss-app_4.0.dtd).
> {{org.xml.sax.SAXParseException: The content of element type "jboss-app" must match "(module-order?,security-domain?,unauthenticated-principal?,loader-repository?,jmx-name?,module*,security-role*)"}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MEAR-147) wrong DOCTPYE in jboss-app.xml for 4.2

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MEAR-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on MEAR-147 started by Stephane Nicoll.

> wrong DOCTPYE in jboss-app.xml for 4.2
> --------------------------------------
>
>                 Key: MEAR-147
>                 URL: https://jira.codehaus.org/browse/MEAR-147
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Bug
>    Affects Versions: 2.7
>            Reporter: Andreas Wurzer
>            Assignee: Stephane Nicoll
>             Fix For: 2.8
>
>         Attachments: jboss42.patch, jboss42.patch
>
>
> MEAR-104 doesn't completly fix the issue with the generated jboss-app.xml because the PUBLIC identifier in the DOCTYPE for JBoss 4.2 should be "-//JBoss//DTD J2EE Application 4.2//EN" as seen in the jboss-app_4_2.dtd.
> At present it is "-//JBoss//DTD J2EE Application 1.4//EN" which leads to the following problem - because it is validated against the wrong DTD for JBoss 4.0 (jboss-app_4.0.dtd).
> {{org.xml.sax.SAXParseException: The content of element type "jboss-app" must match "(module-order?,security-domain?,unauthenticated-principal?,loader-repository?,jmx-name?,module*,security-role*)"}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MEAR-147) wrong DOCTPYE in jboss-app.xml for 4.2

Posted by "Andreas Wurzer (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MEAR-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Wurzer updated MEAR-147:
--------------------------------

    Attachment: jboss42.patch
    
> wrong DOCTPYE in jboss-app.xml for 4.2
> --------------------------------------
>
>                 Key: MEAR-147
>                 URL: https://jira.codehaus.org/browse/MEAR-147
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Bug
>    Affects Versions: 2.7
>            Reporter: Andreas Wurzer
>         Attachments: jboss42.patch, jboss42.patch
>
>
> MEAR-104 doesn't completly fix the issue with the generated jboss-app.xml because the PUBLIC identifier in the DOCTYPE for JBoss 4.2 should be "-//JBoss//DTD J2EE Application 4.2//EN" as seen in the jboss-app_4_2.dtd.
> At present it is "-//JBoss//DTD J2EE Application 1.4//EN" which leads to the following problem - because it is validated against the wrong DTD for JBoss 4.0 (jboss-app_4.0.dtd).
> {{org.xml.sax.SAXParseException: The content of element type "jboss-app" must match "(module-order?,security-domain?,unauthenticated-principal?,loader-repository?,jmx-name?,module*,security-role*)"}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira