Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-04-11 23:17:17 +0000
committerslewis2014-04-11 23:17:17 +0000
commita3e8a7bb05ca0546489d72d5da9337a9581d6e15 (patch)
tree76903120e5672525f3974b9e8269e40cb52df5f6 /examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/OSGI-INF
parenteb2f9dd129ad0bc1dfb6b50cdf870160a0cc2eb6 (diff)
downloadorg.eclipse.ecf-a3e8a7bb05ca0546489d72d5da9337a9581d6e15.tar.gz
org.eclipse.ecf-a3e8a7bb05ca0546489d72d5da9337a9581d6e15.tar.xz
org.eclipse.ecf-a3e8a7bb05ca0546489d72d5da9337a9581d6e15.zip
updates and fixes to hello example remote service applications
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/OSGI-INF')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/OSGI-INF/hello.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/OSGI-INF/hello.xml b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/OSGI-INF/hello.xml
index 81a128631..ea0f057c6 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/OSGI-INF/hello.xml
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host/OSGI-INF/hello.xml
@@ -3,7 +3,7 @@
<implementation class="org.eclipse.ecf.examples.internal.remoteservices.hello.ds.host.HelloComponent"/>
<property name="service.exported.interfaces" type="String" value="*"/>
<property name="service.exported.configs" type="String" value="ecf.generic.server"/>
- <property name="ecf.exported.containerfactoryargs" type="String" value="ecftcp://localhost:3787/server"/>
+ <property name="ecf.generic.server.id" type="String" value="ecftcp://localhost:3787/server"/>
<service>
<provide interface="org.eclipse.ecf.examples.remoteservices.hello.IHello"/>
</service>

Back to the top