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 --- .../modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/modules/shell/src') diff --git a/sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java b/sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java index e9d8068b8a..3162833848 100644 --- a/sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java +++ b/sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java @@ -383,7 +383,7 @@ public class Shell { return false; } - boolean start(String curi, String compositeURI) throws ActivationException, ValidationException { + boolean start(String curi, String compositeURI) throws ActivationException, ValidationException, ContributionReadException { Contribution c = getNode().getInstalledContribution(curi); for (Artifact a : c.getArtifacts()) { if (compositeURI.equals(a.getURI())) { -- cgit v1.2.3