summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/sca/samples/store/src/main/java/launch/Launch.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/samples/store/src/main/java/launch/Launch.java b/java/sca/samples/store/src/main/java/launch/Launch.java
index 5105b0ac43..06981d17eb 100644
--- a/java/sca/samples/store/src/main/java/launch/Launch.java
+++ b/java/sca/samples/store/src/main/java/launch/Launch.java
@@ -29,6 +29,7 @@ public class Launch {
System.out.println("Starting ...");
String contribution = ContributionLocationHelper.getContributionLocation(Launch.class);
Node node = NodeFactory.newInstance().createNode("store.composite", new Contribution("test", contribution));
+ node.start();
System.out.println("store.composite ready for big business !!!");
System.in.read();
System.out.println("Stopping ...");