diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-25 16:27:29 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-25 16:27:29 +0000 |
commit | 06ef97cf267fe7f0435cb3b0ef005985c1e34298 (patch) | |
tree | 1d0bb40ed7d816cb20723c21814bd122d78f34f7 /sca-java-1.x/branches | |
parent | a0d5ac96505179eee741af4f819761fe28a3868a (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@902859 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml | 3 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml b/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml index 31c0ffb6cd..19ef26d822 100644 --- a/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml @@ -162,11 +162,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> diff --git a/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml b/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml index e392751acc..8a5da0b9c0 100644 --- a/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6/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> + --> <dependency> <groupId>${pom.groupId}</groupId> <artifactId>tuscany-binding-sca-xml</artifactId> |