Author: lresende
Date: Mon Jan 25 16:27:29 2010
New Revision: 902859

URL: http://svn.apache.org/viewvc?rev=902859&view=rev
Log:
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

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml?rev=902859&r1=902858&r2=902859&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml 
(original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml Mon 
Jan 25 16:27:29 2010
@@ -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>

Modified: 
tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml?rev=902859&r1=902858&r2=902859&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml 
(original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml 
Mon Jan 25 16:27:29 2010
@@ -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>


Reply via email to