Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2010-04-14 23:10:21 +0000
committerslewis2010-04-14 23:10:21 +0000
commit2738215b0942be2177cd369a19039fe53ef8e2ca (patch)
treea64b2f903dd6aff26263f2a14250dd681d75db2e /examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host
parent26a392fd2a58bcf6cf3469f2a7496ee6d215fd0a (diff)
downloadorg.eclipse.ecf-2738215b0942be2177cd369a19039fe53ef8e2ca.tar.gz
org.eclipse.ecf-2738215b0942be2177cd369a19039fe53ef8e2ca.tar.xz
org.eclipse.ecf-2738215b0942be2177cd369a19039fe53ef8e2ca.zip
Added IHelloAsync and changed examples to use/reference it...via ds/component and via service tracker
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/src/org/eclipse/ecf/internal/examples/remoteservices/hello/host/HelloHostApplication.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/src/org/eclipse/ecf/internal/examples/remoteservices/hello/host/HelloHostApplication.java b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/src/org/eclipse/ecf/internal/examples/remoteservices/hello/host/HelloHostApplication.java
index 1add7d4a4..ae00cd734 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/src/org/eclipse/ecf/internal/examples/remoteservices/hello/host/HelloHostApplication.java
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/src/org/eclipse/ecf/internal/examples/remoteservices/hello/host/HelloHostApplication.java
@@ -24,7 +24,7 @@ public class HelloHostApplication implements IApplication,
IDistributionConstants {
private static final String DEFAULT_CONTAINER_TYPE = "ecf.r_osgi.peer";
- public static final String DEFAULT_CONTAINER_ID = null;
+ public static final String DEFAULT_CONTAINER_ID = "r-osgi://localhost:9278";
private BundleContext bundleContext;

Back to the top