Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.consumer.ds/launch/readme.TimeServiceConsumer.edef.txt')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.consumer.ds/launch/readme.TimeServiceConsumer.edef.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/launch/readme.TimeServiceConsumer.edef.txt b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/launch/readme.TimeServiceConsumer.edef.txt
new file mode 100644
index 000000000..dee9e3cc7
--- /dev/null
+++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/launch/readme.TimeServiceConsumer.edef.txt
@@ -0,0 +1,18 @@
+README for TimeServiceConsumer.ds.*.edef product configurations
+
+For all the EDEF product configurations (those with .edef. in their name, for example TimeServiceConsumer.ds.generic.edef.product)
+to actually trigger the discovery of the remote service, it's necessary to manually start (via the console)
+the bundle with symbolic ID=com.mycorp.examples.timeservice.consumer.filediscovery.
+
+To run the example within Eclipse
+
+1) Launch the TimeService host (e.g. TimeServiceHost.ds.generic.noreg.product, from Eclipse product configuration editor Overview tab)
+2) Launch the TimeService consumer (e.g. TimeServiceConsumer.ds.generic.noreg.product, from Eclipse product configuration editor Overview tab)
+3) In the consumer console, start the filediscovery/EDEF bundle..e.g.:
+
+osgi> start com.mycorp.examples.timeservice.consumer.filediscovery
+
+This should result in the discover and use of the TimeService...with output on the consumer similar to the following:
+osgi> start com.mycorp.examples.timeservice.consumer.filediscovery
+osgi> Discovered ITimeService via DS
+Current time is: 1425262293841

Back to the top