You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "David Woollard (JIRA)" <ji...@apache.org> on 2010/07/26 21:44:16 UTC

[jira] Created: (OODT-19) Metadata should not use a GPL-licensed XML parser

Metadata should not use a GPL-licensed XML parser
-------------------------------------------------

                 Key: OODT-19
                 URL: https://issues.apache.org/jira/browse/OODT-19
             Project: OODT
          Issue Type: Improvement
    Affects Versions: 0.1-incubating
         Environment: N/A
            Reporter: David Woollard
            Priority: Blocker
             Fix For: 0.1-incubating


Currently, the cpp version of the Metadata subproject utilizes a GPL licensed xml parser. We should replace this prior to our initial release with a Cat A/Cat B licensed parser such as Xerces.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OODT-19) Metadata should not use a GPL-licensed XML parser

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann resolved OODT-19.
-----------------------------------

    Resolution: Fixed

- fixed in r981137. Threw out the GPL code, and replaced with a simple in-class function inside of the Metadata.cpp implementation to read an element node's text.

> Metadata should not use a GPL-licensed XML parser
> -------------------------------------------------
>
>                 Key: OODT-19
>                 URL: https://issues.apache.org/jira/browse/OODT-19
>             Project: OODT
>          Issue Type: Improvement
>          Components: metadata container
>    Affects Versions: 0.1-incubating
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>            Priority: Blocker
>             Fix For: 0.1-incubating
>
>
> Currently, the cpp version of the Metadata subproject utilizes a GPL licensed xml parser. We should replace this prior to our initial release with a Cat A/Cat B licensed parser such as Xerces.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OODT-19) Metadata should not use a GPL-licensed XML parser

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-19:
----------------------------------

    Component/s: metadata container

> Metadata should not use a GPL-licensed XML parser
> -------------------------------------------------
>
>                 Key: OODT-19
>                 URL: https://issues.apache.org/jira/browse/OODT-19
>             Project: OODT
>          Issue Type: Improvement
>          Components: metadata container
>    Affects Versions: 0.1-incubating
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>            Priority: Blocker
>             Fix For: 0.1-incubating
>
>
> Currently, the cpp version of the Metadata subproject utilizes a GPL licensed xml parser. We should replace this prior to our initial release with a Cat A/Cat B licensed parser such as Xerces.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OODT-19) Metadata should not use a GPL-licensed XML parser

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894342#action_12894342 ] 

Chris A. Mattmann commented on OODT-19:
---------------------------------------

One note on this: I also inadvertently upgraded the Xerces-C dep that this code originally had from the 2.x API to Xerces-C++ version 3.1. Since this upgrade was hidden away in the underlying implementation of the testMetadata.cpp test case, I think we're still OK. Just wanted to note.

> Metadata should not use a GPL-licensed XML parser
> -------------------------------------------------
>
>                 Key: OODT-19
>                 URL: https://issues.apache.org/jira/browse/OODT-19
>             Project: OODT
>          Issue Type: Improvement
>          Components: metadata container
>    Affects Versions: 0.1-incubating
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>            Priority: Blocker
>             Fix For: 0.1-incubating
>
>
> Currently, the cpp version of the Metadata subproject utilizes a GPL licensed xml parser. We should replace this prior to our initial release with a Cat A/Cat B licensed parser such as Xerces.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OODT-19) Metadata should not use a GPL-licensed XML parser

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann reassigned OODT-19:
-------------------------------------

    Assignee: Chris A. Mattmann

> Metadata should not use a GPL-licensed XML parser
> -------------------------------------------------
>
>                 Key: OODT-19
>                 URL: https://issues.apache.org/jira/browse/OODT-19
>             Project: OODT
>          Issue Type: Improvement
>    Affects Versions: 0.1-incubating
>         Environment: N/A
>            Reporter: David Woollard
>            Assignee: Chris A. Mattmann
>            Priority: Blocker
>             Fix For: 0.1-incubating
>
>
> Currently, the cpp version of the Metadata subproject utilizes a GPL licensed xml parser. We should replace this prior to our initial release with a Cat A/Cat B licensed parser such as Xerces.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.