[
https://issues.apache.org/jira/browse/KARAF-7433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maurice Betzel updated KARAF-7433:
----------------------------------
Affects Version/s: 4.2.1
(was: 4.3.7)
> OSGi service properties are not propagated by Karaf Cellar DOSGi
> ----------------------------------------------------------------
>
> Key: KARAF-7433
> URL: https://issues.apache.org/jira/browse/KARAF-7433
> Project: Karaf
> Issue Type: Improvement
> Components: cellar
> Affects Versions: 4.2.1
> Reporter: Maurice Betzel
> Priority: Minor
>
> The following blueprint service declaration is missing the service properties
> on other cluster nodes, only the declared interfaces are visible for remote
> service selection:
> {code:java}
> <service ref="someDefaultProcessor"
> interface="eu.abeel.platform.proxy.some.rest.exchange.api.spi.SomeConsumerService">
> <service-properties>
> <entry key="type" value="arrival"/>
> <entry key="client" value="some client"/>
> <entry key="domain" value="ncts"/>
> <entry key="country" value="nl"/>
> <entry key="service.exported.interfaces" value="*"/>
> </service-properties>
> </service> {code}
> Could the cluster wide propagation of service properties be added?
--
This message was sent by Atlassian Jira
(v8.20.7#820007)