You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2011/03/24 16:51:05 UTC

[jira] [Resolved] (FELIX-2879) Metatype Service confuses the id of the OCD with the Designate.pid/factoryPid.

     [ https://issues.apache.org/jira/browse/FELIX-2879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-2879.
--------------------------------------

    Resolution: Duplicate

Resolving as a duplicate of FELIX-1865

> Metatype Service confuses the id of the OCD with the Designate.pid/factoryPid.
> ------------------------------------------------------------------------------
>
>                 Key: FELIX-2879
>                 URL: https://issues.apache.org/jira/browse/FELIX-2879
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.1.8
>            Reporter: Peter Kriens
>            Assignee: Felix Meschberger
>            Priority: Critical
>             Fix For: webconsole-3.1.10
>
>
> I've been adding a facility to bnd to use metatypes with components. I noticed that the Designate pid or factoryPid was not used as the pid but instead the the OCD id was used. As far as I can read the spec this is wrong, what would be the purpose of the Designate element?
> The following 
> <metatype:MetaData xmlns:metatype='http://www.osgi.org/xmlns/metatype/v1.1.0'>
>   <OCD name='Basic component  config' id='ocd'>
>     <AD name='Message' id='message' cardinality='0' required='false' type='String'/>
>   </OCD>
>   <Designate pid='pid'>
>     <Object ocdref='ocd'/>
>   </Designate>
> </metatype:MetaData>
> Will be see as a pid of "ocd" and strangely enough there will be no interpretation of the metatype. Making pid and ocd id equal makes it work.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira