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/shell/src | |
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/shell/src')
-rw-r--r-- | sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java | 2 |
1 files changed, 1 insertions, 1 deletions
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())) {
|