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/06/01 13:11: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=17544899#comment-17544899 ] 

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

C-Side opened a new pull request, #87:
URL: https://github.com/apache/karaf-cellar/pull/87

   My colleague described the use case in the [JIRA ](https://issues.apache.org/jira/browse/KARAF-7433) ticket.
   
   I did not add any tests as I haven't been able to figure out the test setup to export an actual service and see if the parameters are provided to the cluster. But I did a local test setup with my own karaf installation. Everything was working as intended. 
   
   If anything is missing or you notice a potential conflict with existing functionality feel free to hit me up.




> 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)