You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/07/04 09:53:00 UTC

[jira] [Commented] (KARAF-7433) OSGi service properties are not propagated by Karaf Cellar DOSGi

    [ https://issues.apache.org/jira/browse/KARAF-7433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562108#comment-17562108 ] 

ASF GitHub Bot commented on KARAF-7433:
---------------------------------------

Maurice-Betzel commented on PR #87:
URL: https://github.com/apache/karaf-cellar/pull/87#issuecomment-1173606410

   Forget my last comment about un-importing services. The node publishing the service also manages importing and un-importing it within the remote endpoint hazelcast map.




> 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.10#820010)