You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Ole Ersoy (JIRA)" <ji...@codehaus.org> on 2007/01/20 22:18:09 UTC

[jira] Created: (MNG-2786) [IMPROVEMENT] Namespace qualify all xml documents

[IMPROVEMENT] Namespace qualify all xml documents
-------------------------------------------------

                 Key: MNG-2786
                 URL: http://jira.codehaus.org/browse/MNG-2786
             Project: Maven 2
          Issue Type: Improvement
    Affects Versions: 2.0.4
            Reporter: Ole Ersoy
            Priority: Minor


Currently only pom's that have no parent and pom's with packaging pom
are namespace qualified.  Also maven-metadata.xml instances need to be namespace qualified.

Once they are namespaced qualified, versioned document can be 
loaded using the xs:targetLocation attribute as a key to lookup 
a version specific model package (Containing the classes for the model),
and corresponding factory.

Cheers,
- Ole

-- 
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] Updated: (MNG-2786) [IMPROVEMENT] Namespace qualify all xml documents

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated MNG-2786:
----------------------------------

    Affects Version/s:     (was: 2.x)
                       2.0.4
        Fix Version/s:     (was: 2.1)
                       2.x

> [IMPROVEMENT] Namespace qualify all xml documents
> -------------------------------------------------
>
>                 Key: MNG-2786
>                 URL: http://jira.codehaus.org/browse/MNG-2786
>             Project: Maven 2
>          Issue Type: Improvement
>          Components: POM
>    Affects Versions: 2.0.4
>            Reporter: Ole Ersoy
>            Priority: Minor
>             Fix For: 2.x
>
>
> Currently only pom's that have no parent and pom's with packaging pom
> are namespace qualified.  Also maven-metadata.xml instances need to be namespace qualified.
> Once they are namespaced qualified, versioned document can be 
> loaded using the xs:targetLocation attribute as a key to lookup 
> a version specific model package (Containing the classes for the model),
> and corresponding factory.
> Cheers,
> - Ole

-- 
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] Updated: (MNG-2786) [IMPROVEMENT] Namespace qualify all xml documents

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-2786:
------------------------------

    Fix Version/s:     (was: Reviewed Pending Version Assignment)
                   2.1.x
      Component/s: POM

> [IMPROVEMENT] Namespace qualify all xml documents
> -------------------------------------------------
>
>                 Key: MNG-2786
>                 URL: http://jira.codehaus.org/browse/MNG-2786
>             Project: Maven 2
>          Issue Type: Improvement
>          Components: POM
>    Affects Versions: 2.0.4
>            Reporter: Ole Ersoy
>            Priority: Minor
>             Fix For: 2.1.x
>
>
> Currently only pom's that have no parent and pom's with packaging pom
> are namespace qualified.  Also maven-metadata.xml instances need to be namespace qualified.
> Once they are namespaced qualified, versioned document can be 
> loaded using the xs:targetLocation attribute as a key to lookup 
> a version specific model package (Containing the classes for the model),
> and corresponding factory.
> Cheers,
> - Ole

-- 
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] Updated: (MNG-2786) [IMPROVEMENT] Namespace qualify all xml documents

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated MNG-2786:
----------------------------------

    Affects Version/s:     (was: 2.0.4)
                       2.x

> [IMPROVEMENT] Namespace qualify all xml documents
> -------------------------------------------------
>
>                 Key: MNG-2786
>                 URL: http://jira.codehaus.org/browse/MNG-2786
>             Project: Maven 2
>          Issue Type: Improvement
>          Components: POM
>    Affects Versions: 2.x
>            Reporter: Ole Ersoy
>            Priority: Minor
>             Fix For: 2.1
>
>
> Currently only pom's that have no parent and pom's with packaging pom
> are namespace qualified.  Also maven-metadata.xml instances need to be namespace qualified.
> Once they are namespaced qualified, versioned document can be 
> loaded using the xs:targetLocation attribute as a key to lookup 
> a version specific model package (Containing the classes for the model),
> and corresponding factory.
> Cheers,
> - Ole

-- 
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] Commented: (MNG-2786) [IMPROVEMENT] Namespace qualify all xml documents

Posted by "Ole Ersoy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2786?page=comments#action_85550 ] 
            
Ole Ersoy commented on MNG-2786:
--------------------------------

Actually namespaceURI retrieved by the startElement method of a SAX content handler
would be better as a key for loading version specific documents...scratch the schemaLocation :-)





> [IMPROVEMENT] Namespace qualify all xml documents
> -------------------------------------------------
>
>                 Key: MNG-2786
>                 URL: http://jira.codehaus.org/browse/MNG-2786
>             Project: Maven 2
>          Issue Type: Improvement
>    Affects Versions: 2.0.4
>            Reporter: Ole Ersoy
>            Priority: Minor
>
> Currently only pom's that have no parent and pom's with packaging pom
> are namespace qualified.  Also maven-metadata.xml instances need to be namespace qualified.
> Once they are namespaced qualified, versioned document can be 
> loaded using the xs:targetLocation attribute as a key to lookup 
> a version specific model package (Containing the classes for the model),
> and corresponding factory.
> Cheers,
> - Ole

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