Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2018-04-02 20:25:26 +0000
committerslewis2018-04-02 20:25:26 +0000
commitcea975f5f0c4520a85b81e1633dd610b5658db81 (patch)
tree658b3ec51c91b10b08589c2c2e88f6a97260ccee /examples/bundles/com.mycorp.examples.timeservice.consumer.ds
parent4a57e441dc58fb13dd1ed03fbf564d2fb72e3b20 (diff)
downloadorg.eclipse.ecf-cea975f5f0c4520a85b81e1633dd610b5658db81.tar.gz
org.eclipse.ecf-cea975f5f0c4520a85b81e1633dd610b5658db81.tar.xz
org.eclipse.ecf-cea975f5f0c4520a85b81e1633dd610b5658db81.zip
Additional fixes for bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Added use of osgi.basic serialization (via OSGIObjectOutputStream/OSGIObjectInputStream. Change-Id: I0000000000000000000000000000000000000000
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.consumer.ds')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.consumer.ds/launch/TimeServiceConsumer.rosgi.zeroconf.product1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/launch/TimeServiceConsumer.rosgi.zeroconf.product b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/launch/TimeServiceConsumer.rosgi.zeroconf.product
index 18ac8e8a0..d4df8fb41 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/launch/TimeServiceConsumer.rosgi.zeroconf.product
+++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/launch/TimeServiceConsumer.rosgi.zeroconf.product
@@ -13,6 +13,7 @@
-Dosgi.noShutdown=true
-Dservice.exported.configs=ecf.r_osgi.peer
-Dch.ethz.iks.r_osgi.topic.filter=*
+-Dch.ethz.iks.r_osgi.remote.serialization=osgi.basic
</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>

Back to the top