You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Geert Schuring (JIRA)" <ji...@apache.org> on 2010/02/08 09:55:28 UTC

[jira] Created: (FELIX-2051) Support the Metadata Service

Support the Metadata Service
----------------------------

                 Key: FELIX-2051
                 URL: https://issues.apache.org/jira/browse/FELIX-2051
             Project: Felix
          Issue Type: New Feature
          Components: iPOJO
    Affects Versions: iPOJO-1.4.0
            Reporter: Geert Schuring


I would really appreciate if iPOJO could support the automatic generation of metadata.xml files for the Metadata Service.
DS does this with the attribute "metadata=true" on the component annotation, after which the maven plugin generates the MetadataService file.

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


[jira] Commented: (FELIX-2051) Support the MetaType Service

Posted by "Geert Schuring (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831928#action_12831928 ] 

Geert Schuring commented on FELIX-2051:
---------------------------------------

Thanks for the Metatype bridge! Works very nice.

> Support the MetaType Service
> ----------------------------
>
>                 Key: FELIX-2051
>                 URL: https://issues.apache.org/jira/browse/FELIX-2051
>             Project: Felix
>          Issue Type: New Feature
>          Components: iPOJO
>    Affects Versions: iPOJO-1.4.0
>            Reporter: Geert Schuring
>
> I would really appreciate if iPOJO could support the automatic generation of metatype.xml files for the MetaType Service.
> DS does this with the attribute "metatype=true" on the component annotation, after which the maven plugin generates the MetaType Service file.

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


[jira] Commented: (FELIX-2051) Support the MetaType Service

Posted by "Clement Escoffier (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831323#action_12831323 ] 

Clement Escoffier commented on FELIX-2051:
------------------------------------------

Hi,

I agree this would be a great feature, and I definitely consider it. Right now, I've done an automatic (but basic) metatype description for component types (@Component) which allows you to create instances more easily from the web console (https://svn.apache.org/repos/asf/felix/sandbox/clement/ipojo-utils/iPOJO-Metatype-Bridge)

This is really simple, for each (public) component type, it exposes a new ManagedServiceFactory service with the metatype configuration. So in the web console, you can easily create new instance from this factory.

However this does not allow the reconfiguration of instances. I wlll look into that.



> Support the MetaType Service
> ----------------------------
>
>                 Key: FELIX-2051
>                 URL: https://issues.apache.org/jira/browse/FELIX-2051
>             Project: Felix
>          Issue Type: New Feature
>          Components: iPOJO
>    Affects Versions: iPOJO-1.4.0
>            Reporter: Geert Schuring
>
> I would really appreciate if iPOJO could support the automatic generation of metatype.xml files for the MetaType Service.
> DS does this with the attribute "metatype=true" on the component annotation, after which the maven plugin generates the MetaType Service file.

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


[jira] Updated: (FELIX-2051) Support the Metadata Service

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

Geert Schuring updated FELIX-2051:
----------------------------------

    Description: 
I would really appreciate if iPOJO could support the automatic generation of metatype.xml files for the MetaType Service.
DS does this with the attribute "metatype=true" on the component annotation, after which the maven plugin generates the MetaType Service file.

  was:
I would really appreciate if iPOJO could support the automatic generation of metatype.xml files for the Metadata Service.
DS does this with the attribute "metatype=true" on the component annotation, after which the maven plugin generates the MetadataService file.


> Support the Metadata Service
> ----------------------------
>
>                 Key: FELIX-2051
>                 URL: https://issues.apache.org/jira/browse/FELIX-2051
>             Project: Felix
>          Issue Type: New Feature
>          Components: iPOJO
>    Affects Versions: iPOJO-1.4.0
>            Reporter: Geert Schuring
>
> I would really appreciate if iPOJO could support the automatic generation of metatype.xml files for the MetaType Service.
> DS does this with the attribute "metatype=true" on the component annotation, after which the maven plugin generates the MetaType Service file.

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


[jira] Updated: (FELIX-2051) Support the MetaType Service

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

Geert Schuring updated FELIX-2051:
----------------------------------

    Summary: Support the MetaType Service  (was: Support the Metadata Service)

.... please excuse me for needing 4 edits to change all metadata occurrences to metatype

> Support the MetaType Service
> ----------------------------
>
>                 Key: FELIX-2051
>                 URL: https://issues.apache.org/jira/browse/FELIX-2051
>             Project: Felix
>          Issue Type: New Feature
>          Components: iPOJO
>    Affects Versions: iPOJO-1.4.0
>            Reporter: Geert Schuring
>
> I would really appreciate if iPOJO could support the automatic generation of metatype.xml files for the MetaType Service.
> DS does this with the attribute "metatype=true" on the component annotation, after which the maven plugin generates the MetaType Service file.

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


[jira] Updated: (FELIX-2051) Support the Metadata Service

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

Geert Schuring updated FELIX-2051:
----------------------------------

    Description: 
I would really appreciate if iPOJO could support the automatic generation of metatype.xml files for the Metadata Service.
DS does this with the attribute "metatype=true" on the component annotation, after which the maven plugin generates the MetadataService file.

  was:
I would really appreciate if iPOJO could support the automatic generation of metadata.xml files for the Metadata Service.
DS does this with the attribute "metadata=true" on the component annotation, after which the maven plugin generates the MetadataService file.


> Support the Metadata Service
> ----------------------------
>
>                 Key: FELIX-2051
>                 URL: https://issues.apache.org/jira/browse/FELIX-2051
>             Project: Felix
>          Issue Type: New Feature
>          Components: iPOJO
>    Affects Versions: iPOJO-1.4.0
>            Reporter: Geert Schuring
>
> I would really appreciate if iPOJO could support the automatic generation of metatype.xml files for the Metadata Service.
> DS does this with the attribute "metatype=true" on the component annotation, after which the maven plugin generates the MetadataService file.

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