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
This commit is contained in:
parent
26f6031bba
commit
6ad5ad582b
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>tuscany-binding-sca-xml</artifactId>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue