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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to