Maurice Betzel created KARAF-7433:
-------------------------------------

             Summary: 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.3.7
            Reporter: Maurice Betzel


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)

Reply via email to