You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/03/12 04:01:49 UTC

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

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org


Re: svn commit: r636186 - /incubator/tuscany/java/sca/itest/callablereferences-ws/src/main/resources/CallableReferenceWsReturnTest.composite

Posted by Simon Laws <si...@googlemail.com>.
On Wed, Mar 12, 2008 at 3:01 AM, <lr...@apache.org> wrote:

> 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: tuscany-commits-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-commits-help@ws.apache.org
>
> Ooops, thanks Luciano.

Simon