You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/12/02 22:49:21 UTC

svn commit: r481635 - /incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer.restclient/sample.customer.restclient.composite

Author: jsdelfino
Date: Sat Dec  2 13:49:19 2006
New Revision: 481635

URL: http://svn.apache.org/viewvc?view=rev&rev=481635
Log:
Fixed port numbers used in the sample, changed from 9190 to 9090.

Modified:
    incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer.restclient/sample.customer.restclient.composite

Modified: incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer.restclient/sample.customer.restclient.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer.restclient/sample.customer.restclient.composite?view=diff&rev=481635&r1=481634&r2=481635
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer.restclient/sample.customer.restclient.composite (original)
+++ incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer.restclient/sample.customer.restclient.composite Sat Dec  2 13:49:19 2006
@@ -23,11 +23,11 @@
 
 	<reference name="CustomerResource">
 		<interface.rest/>
-		<binding.rest uri="http://localhost:9190/rest/sample.customer.CustomerComponent/CustomerResource"/>
+		<binding.rest uri="http://localhost:9090/rest/sample.customer.CustomerComponent/CustomerResource"/>
 	</reference>
 
 	<reference name="CustomerCommand">
-		<binding.rest uri="http://localhost:9190/rest/sample.customer.CustomerComponent/CustomerCommand"/>
+		<binding.rest uri="http://localhost:9090/rest/sample.customer.CustomerComponent/CustomerCommand"/>
 	</reference>
 
 </composite>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org