diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-10 14:10:55 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-10 14:10:55 +0000 |
commit | 89139c0cf8474dd0b785fb312674bc6a9ed94c81 (patch) | |
tree | a71dd3588392a1e817c419903bda2e53f35c64ac /sca-java-2.x/trunk/modules/domain-node/src/test | |
parent | 666d26cb2302724c0c4feeb656a0113de05cd2d1 (diff) |
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
Diffstat (limited to 'sca-java-2.x/trunk/modules/domain-node/src/test')
-rw-r--r-- | sca-java-2.x/trunk/modules/domain-node/src/test/java/org/apache/tuscany/sca/runtime/PerfTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |