From 9371988409b71e965d1e2a15488a7f65f870cde9 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 18 Nov 2009 22:00:56 +0000 Subject: Minor fix to start node during store launch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881951 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/samples/store/src/main/java/launch/Launch.java | 1 + 1 file changed, 1 insertion(+) (limited to 'java') 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 ..."); -- cgit v1.2.3