iPOJO enables to propagate an instance property to the provided services but is it possible to assign a service property at the instance level? For example, it could be useful to assign a different value to the property "service.exported.intents" depending on the component instance and the service interface. But it seems that one has to choose between service and instance configuration levels. They seem to be exclusive.

For example:

<component name="A" ...>
<properties propagation="true"/>
<provides specifications="S1">
<property name="service.exported.intents" type="..." value="..."/>
</provides>
<provides specifications="S2">
<property name="service.exported.intents" type="..." value="..."/>
</provides>
</component>

<instance component="A">
<property name="service.exported.intents" type="..." value="..." />
</instance>

Is it correct?

Regards,
David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to