You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Chaumont (JIRA)" <ji...@codehaus.org> on 2007/11/22 17:12:57 UTC

[jira] Created: (MECLIPSE-352) RAD application.xml is not generated with good parameters

RAD application.xml is not generated with good parameters
---------------------------------------------------------

                 Key: MECLIPSE-352
                 URL: http://jira.codehaus.org/browse/MECLIPSE-352
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Bug
          Components: RAD support
    Affects Versions: 2.4
         Environment: Windows XP, RAD6, JDK1.4
            Reporter: Olivier Chaumont


Hi,

The application.xml file which is generated by the command mvn eclipse:rad on an EAR maven project is not correct beacuse the schema location is xmlns:schemalocation and not xsi:schemalocation, and so the deploy on WebSphere with RAD6 doesn't work. 

I found the same bug in the issue MECLIPSE-137 (Developed RAD-6 Plugin Extention) in the comment of  Brandon Burk (19/Dec/06 10:40 PM) here:

Primary bug fix (that I can remember)...
- Rad6ApplicationXMLWriter.java:
changed:
private static final String XMLNS_SCHEMA_LOCATION = "xmlns:schemaLocation";
to:
private static final String XMLNS_SCHEMA_LOCATION = "xsi:schemaLocation";


This issue is fixed but I don't find the modification in 2.4 of the plugin. 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MECLIPSE-352) RAD application.xml is not generated with good parameters

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Heritier closed MECLIPSE-352.
------------------------------------

         Assignee: Arnaud Heritier
       Resolution: Fixed
    Fix Version/s: 2.5

This time, it's fixed. I added a test case.
A new SNAPSHOT is deployed

> RAD application.xml is not generated with good parameters
> ---------------------------------------------------------
>
>                 Key: MECLIPSE-352
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-352
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: RAD support
>    Affects Versions: 2.4
>         Environment: Windows XP, RAD6, JDK1.4
>            Reporter: Olivier Chaumont
>            Assignee: Arnaud Heritier
>             Fix For: 2.5
>
>
> Hi,
> The application.xml file which is generated by the command mvn eclipse:rad on an EAR maven project is not correct beacuse the schema location is xmlns:schemalocation and not xsi:schemalocation, and so the deploy on WebSphere with RAD6 doesn't work. 
> I found the same bug in the issue MECLIPSE-137 (Developed RAD-6 Plugin Extention) in the comment of  Brandon Burk (19/Dec/06 10:40 PM) here:
> Primary bug fix (that I can remember)...
> - Rad6ApplicationXMLWriter.java:
> changed:
> private static final String XMLNS_SCHEMA_LOCATION = "xmlns:schemaLocation";
> to:
> private static final String XMLNS_SCHEMA_LOCATION = "xsi:schemaLocation";
> This issue is fixed but I don't find the modification in 2.4 of the plugin. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira