From b20902a4e5bcf28398b737c3bc6d4d1d3b34d267 Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 17 May 2011 11:14:09 +0000 Subject: Update for latest domain node changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104145 13f79535-47bb-0310-9956-ffa450edef68 --- .../helloworld-scaclient/src/test/java/sample/HelloworldTestCase.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/src/test/java/sample/HelloworldTestCase.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/src/test/java/sample/HelloworldTestCase.java index 0f03a4b47d..d983c25b61 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/src/test/java/sample/HelloworldTestCase.java +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/src/test/java/sample/HelloworldTestCase.java @@ -42,7 +42,8 @@ public class HelloworldTestCase { @BeforeClass public static void start() throws ContributionReadException, ActivationException, ValidationException { node = TuscanyRuntime.newInstance().createNode("uri:default?bind=127.0.0.1:7654"); - node.installContribution(null, "../helloworld/target/classes", null, null, true); + String curi = node.installContribution(null, "../helloworld/target/classes", null, null); + node.startDeployables(curi); } @AfterClass -- cgit v1.2.3