You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Marcel Offermans (Created) (JIRA)" <ji...@apache.org> on 2012/02/05 10:05:53 UTC

[jira] [Created] (FELIX-3338) Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype

Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype
---------------------------------------------------------------------------------------------------

                 Key: FELIX-3338
                 URL: https://issues.apache.org/jira/browse/FELIX-3338
             Project: Felix
          Issue Type: Improvement
          Components: Metatype Service
    Affects Versions: metatype-1.0.4
            Reporter: Marcel Offermans


If you look at the metatype spec, 105.8 shows the XML schema for metatype. We have a parser for it called MetaDataReader, and it basically converts the XML file into a tree of Java objects (MetaData and related). The schema, in several locations, allows you to use optional attributes (scan the schema for <anyAttribute />). Our parser currently does not have a way to read such attributes though, but it should! :)


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

        

[jira] [Work started] (FELIX-3338) Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype

Posted by "Marcel Offermans (Work started) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on FELIX-3338 started by Marcel Offermans.

> Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype
> ---------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-3338
>                 URL: https://issues.apache.org/jira/browse/FELIX-3338
>             Project: Felix
>          Issue Type: Improvement
>          Components: Metatype Service
>    Affects Versions: metatype-1.0.4
>            Reporter: Marcel Offermans
>            Assignee: Marcel Offermans
>
> If you look at the metatype spec, 105.8 shows the XML schema for metatype. We have a parser for it called MetaDataReader, and it basically converts the XML file into a tree of Java objects (MetaData and related). The schema, in several locations, allows you to use optional attributes (scan the schema for <anyAttribute />). Our parser currently does not have a way to read such attributes though, but it should! :)

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

        

[jira] [Closed] (FELIX-3338) Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed FELIX-3338.
------------------------------------


Close after release
                
> Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype
> ---------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-3338
>                 URL: https://issues.apache.org/jira/browse/FELIX-3338
>             Project: Felix
>          Issue Type: Improvement
>          Components: Metatype Service
>    Affects Versions: metatype-1.0.4
>            Reporter: Marcel Offermans
>            Assignee: Marcel Offermans
>             Fix For:  metatype-1.0.6
>
>
> If you look at the metatype spec, 105.8 shows the XML schema for metatype. We have a parser for it called MetaDataReader, and it basically converts the XML file into a tree of Java objects (MetaData and related). The schema, in several locations, allows you to use optional attributes (scan the schema for <anyAttribute />). Our parser currently does not have a way to read such attributes though, but it should! :)

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

[jira] [Assigned] (FELIX-3338) Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype

Posted by "Marcel Offermans (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Offermans reassigned FELIX-3338:
---------------------------------------

    Assignee: Marcel Offermans
    
> Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype
> ---------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-3338
>                 URL: https://issues.apache.org/jira/browse/FELIX-3338
>             Project: Felix
>          Issue Type: Improvement
>          Components: Metatype Service
>    Affects Versions: metatype-1.0.4
>            Reporter: Marcel Offermans
>            Assignee: Marcel Offermans
>
> If you look at the metatype spec, 105.8 shows the XML schema for metatype. We have a parser for it called MetaDataReader, and it basically converts the XML file into a tree of Java objects (MetaData and related). The schema, in several locations, allows you to use optional attributes (scan the schema for <anyAttribute />). Our parser currently does not have a way to read such attributes though, but it should! :)

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

        

[jira] [Work stopped] (FELIX-3338) Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype

Posted by "Marcel Offermans (Work stopped) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on FELIX-3338 stopped by Marcel Offermans.

> Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype
> ---------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-3338
>                 URL: https://issues.apache.org/jira/browse/FELIX-3338
>             Project: Felix
>          Issue Type: Improvement
>          Components: Metatype Service
>    Affects Versions: metatype-1.0.4
>            Reporter: Marcel Offermans
>            Assignee: Marcel Offermans
>
> If you look at the metatype spec, 105.8 shows the XML schema for metatype. We have a parser for it called MetaDataReader, and it basically converts the XML file into a tree of Java objects (MetaData and related). The schema, in several locations, allows you to use optional attributes (scan the schema for <anyAttribute />). Our parser currently does not have a way to read such attributes though, but it should! :)

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

        

[jira] [Resolved] (FELIX-3338) Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype

Posted by "Marcel Offermans (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Offermans resolved FELIX-3338.
-------------------------------------

       Resolution: Fixed
    Fix Version/s:  metatype-1.0.6

Implemented support in the relevant objects. You can now get a list of optional attributes for such objects.
                
> Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype
> ---------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-3338
>                 URL: https://issues.apache.org/jira/browse/FELIX-3338
>             Project: Felix
>          Issue Type: Improvement
>          Components: Metatype Service
>    Affects Versions: metatype-1.0.4
>            Reporter: Marcel Offermans
>            Assignee: Marcel Offermans
>             Fix For:  metatype-1.0.6
>
>
> If you look at the metatype spec, 105.8 shows the XML schema for metatype. We have a parser for it called MetaDataReader, and it basically converts the XML file into a tree of Java objects (MetaData and related). The schema, in several locations, allows you to use optional attributes (scan the schema for <anyAttribute />). Our parser currently does not have a way to read such attributes though, but it should! :)

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