Author: lresende
Date: Tue Mar 11 20:01:48 2008
New Revision: 636186

URL: http://svn.apache.org/viewvc?rev=636186&view=rev
Log:
Changing HTTP port in use, to avoid build issues on Continuum

Modified:
    
incubator/tuscany/java/sca/itest/callablereferences-ws/src/main/resources/CallableReferenceWsReturnTest.composite

Modified: 
incubator/tuscany/java/sca/itest/callablereferences-ws/src/main/resources/CallableReferenceWsReturnTest.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/callablereferences-ws/src/main/resources/CallableReferenceWsReturnTest.composite?rev=636186&r1=636185&r2=636186&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/callablereferences-ws/src/main/resources/CallableReferenceWsReturnTest.composite
 (original)
+++ 
incubator/tuscany/java/sca/itest/callablereferences-ws/src/main/resources/CallableReferenceWsReturnTest.composite
 Tue Mar 11 20:01:48 2008
@@ -28,7 +28,7 @@
                        <binding.sca />
                </service>
                <reference name="beta">
-                       <binding.ws uri="http://localhost:8080/Beta"; />
+                       <binding.ws uri="http://localhost:8085/Beta"; />
                </reference>
        </component>
 
@@ -36,10 +36,10 @@
                <implementation.java
                        
class="org.apache.tuscany.sca.itest.callablerefwsreturn.BetaImpl" />
                <service name="Beta">
-                       <binding.ws uri="http://localhost:8080/Beta"; />
+                       <binding.ws uri="http://localhost:8085/Beta"; />
                </service>
                <reference name="gamma">
-                       <binding.ws uri="http://localhost:8080/Gamma"; />
+                       <binding.ws uri="http://localhost:8085/Gamma"; />
                </reference>
        </component>
 
@@ -47,7 +47,7 @@
                <implementation.java
                        
class="org.apache.tuscany.sca.itest.callablerefwsreturn.GammaImpl" />
                <service name="Gamma">
-                       <binding.ws uri="http://localhost:8080/Gamma"; />
+                       <binding.ws uri="http://localhost:8085/Gamma"; />
                </service>
        </component>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to