From 89139c0cf8474dd0b785fb312674bc6a9ed94c81 Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 10 May 2011 14:10:55 +0000 Subject: Start adding info about installed contributions to the registry so that distributed Nodes can find out about contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101468 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/org/apache/tuscany/sca/runtime/PerfTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/modules/domain-node/src/test') diff --git a/sca-java-2.x/trunk/modules/domain-node/src/test/java/org/apache/tuscany/sca/runtime/PerfTest.java b/sca-java-2.x/trunk/modules/domain-node/src/test/java/org/apache/tuscany/sca/runtime/PerfTest.java index 427405f292..4b889f56bc 100644 --- a/sca-java-2.x/trunk/modules/domain-node/src/test/java/org/apache/tuscany/sca/runtime/PerfTest.java +++ b/sca-java-2.x/trunk/modules/domain-node/src/test/java/org/apache/tuscany/sca/runtime/PerfTest.java @@ -56,7 +56,7 @@ public class PerfTest { validate(node); } - private void validate(Node node) throws ActivationException, ValidationException, NoSuchServiceException { + private void validate(Node node) throws ActivationException, ValidationException, NoSuchServiceException, ContributionReadException { node.start("sample-helloworld", "helloworld.composite"); Helloworld helloworldService = node.getService(Helloworld.class, "HelloworldComponent"); -- cgit v1.2.3