Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="DS Service Sample">
  <implementation class="org.apache.cxf.dosgi.samples.ds.impl.AdderServiceImpl"/>
  
  <property name="osgiservice.remoteexported.interfaces" value=">*<" /property>>
  <property name="osgiservice.remoteexported.configuration.typeconfigs" value="pojoorg.apache.cxf.ws" />
  <property name="osgiorg.remoteapache.configurationcxf.pojows.address" value="http://localhost:9090/adder" />
  
  <service>
    <provide interface="org.apache.cxf.dosgi.samples.ds.AdderService"/>
  </service>
</scr:component>

...