Yes…. to try to be even clearer…. To use targeted pids at all you need a Configuration Admin implementation supporting enterprise R5, such as the latest felix config admin. (I think recent equinox CA also supports this, but don't know). This works with ManagedService and ManagedServiceFactory you register somehow (in code, as DS components, as blueprint components, etc etc).
If you want to use targeted PIDs to configure DS components, you can use the latest felix DS which supports them even though support for them is not officially added until the next DS spec revision (assuming support is not removed from the draft). thanks david jencks On Jan 21, 2014, at 10:58 AM, David Bosschaert <[email protected]> wrote: > On 21 January 2014 18:42, David Jencks <[email protected]> >> Although formal support for this in DS is only in the next R6 spec, >> currently it works in felix DS. > > Additionally, it works with plain ConfigAdmin implementations that > follow the OSGi Enterprise R5 spec too... > > Cheers, > > David > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

