The Konfiguration 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
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 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