Skip to content

Instantly share code, notes, and snippets.

@chriswhitcombe
Created December 17, 2011 17:03
Show Gist options
  • Save chriswhitcombe/1490739 to your computer and use it in GitHub Desktop.
Save chriswhitcombe/1490739 to your computer and use it in GitHub Desktop.
DS Remote services wiring
<?xml version="1.0" encoding="UTF-8"?>
<endpoint-descriptions xmlns="http://www.osgi.org/xmlns/rsa/v1.0.0">
<endpoint-description>
<property name="objectClass">
<array>
<value>com.chriswhitcombe.reporting.ReportingService</value>
</array>
</property>
<property name="endpoint.id">http://localhost:9000/reporting</property>
<property name="service.imported.configs">org.apache.cxf.ws</property>
</endpoint-description>
</endpoint-descriptions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment