Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Declarative Service and support of TargetPID ?

Hello,

I'm trying to create a Configuration using a targetPID as defined in Configuration Admin Service spec 1.5(cmpn.5.0).

I created a factory config using this targetPID:
servicefactory1|org.c4biz.utils.osgi.itests.samples.bundle|88.0.0
and CM seems have properly created the PID and properties are ok too:
 servicefactory1|org.c4biz.utils.osgi.itests.samples.bundle|88.0.0-1408970963277-1

Even the configuration being properly created my declarative services based component (using configuration-policy = require) are not being activated with that configuration. but when I try with 'servicefactory1' only it works as expected.

So, am I missing something or Equinox DS doesn't support TargetPID yet ?

thanks,

Cristiano

Back to the top