[
https://issues.apache.org/jira/browse/FELIX-3366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Valentin Valchev updated FELIX-3366:
------------------------------------
Attachment: TEST-FELIX-3366.jar
The attached bundle create a metatype xml, which is similar to the one
provided. With the latest web console and metatype service it works just as
expected.
> The Configuration Webconsole Plugin seems to ignore the ocd ref element
> -----------------------------------------------------------------------
>
> Key: FELIX-3366
> URL: https://issues.apache.org/jira/browse/FELIX-3366
> Project: Felix
> Issue Type: Bug
> Components: Web Console
> Environment: Equinox container with apache felix webadmin, http und
> metatype bundle
> Reporter: Christoph Läubrich
> Priority: Minor
> Attachments: TEST-FELIX-3366.jar
>
>
> If there is a desiginator like this:
> <OCD id="test.config.pid" .... >
> <Designate pid="test.config.pid">
> <Object ocdref="test.config.pid" />
> </Designate>
> everythiong works fine.
> Using something different ad the OCD Id than the pid makes the webconsole
> plugin thing there is no OCD at all (it just provides a textfield where you
> can enter the properties by name):
> <OCD id="ocd1" .... >
> <Designate pid="test.config.pid">
> <Object ocdref="ocd1" />
> </Designate>
> maybe I get something wrong but I can't see from the spec that the pid must
> equal the ocd id (in fact the examples does alwys use a different name) the
> metatype service itself has not any problem with both notations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)