diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-25 18:11:18 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-25 18:11:18 +0000 |
commit | 6ad5ad582b37437e389b3e1a15dd515c7de0ab2e (patch) | |
tree | cd920f08d8db09906bccae73ed896f61a0c643f4 /sca-java-1.x/trunk/distribution/manifest | |
parent | 26f6031bba9a86ad62d281044ae2acad70e2bde9 (diff) |
TUSCANY-3429 - Removing binding-sca-jms to check if that's what is causing the 'AxisFault: The system cannot infer the transport information from the /ComponentA URL' issues while running the samples from binary distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902902 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/distribution/manifest')
-rw-r--r-- | sca-java-1.x/trunk/distribution/manifest/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/distribution/manifest/pom.xml b/sca-java-1.x/trunk/distribution/manifest/pom.xml index 7b534503c3..e8b3e0767d 100644 --- a/sca-java-1.x/trunk/distribution/manifest/pom.xml +++ b/sca-java-1.x/trunk/distribution/manifest/pom.xml @@ -265,11 +265,14 @@ <artifactId>tuscany-binding-sca-axis2</artifactId> <version>${pom.version}</version> </dependency> + <!-- JMS version of Binding SCA is causing side effects to samples --> + <!-- <dependency> <groupId>${pom.groupId}</groupId> <artifactId>tuscany-binding-sca-jms</artifactId> <version>${pom.version}</version> </dependency> + --> <dependency> <groupId>${pom.groupId}</groupId> <artifactId>tuscany-binding-sca-xml</artifactId> |