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

svn commit: r895594 - /tuscany/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite

Author: nash
Date: Mon Jan  4 11:06:17 2010
New Revision: 895594

URL: http://svn.apache.org/viewvc?rev=895594&view=rev
Log:
Change reference port number from 8083 to 8082 (TUSCANY-3406)

Modified:
    tuscany/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite

Modified: tuscany/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite
URL: http://svn.apache.org/viewvc/tuscany/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite?rev=895594&r1=895593&r2=895594&view=diff
==============================================================================
--- tuscany/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite (original)
+++ tuscany/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite Mon Jan  4 11:06:17 2010
@@ -27,7 +27,7 @@
             <binding.ws uri="http://localhost:8081/Payment"/>
         </service>
         <reference name="creditCardPaymentReference" >
-            <binding.ws uri="http://localhost:8083/CreditCardPayment" requires="authentication"/>
+            <binding.ws uri="http://localhost:8082/CreditCardPayment" requires="authentication"/>
         </reference>
         <reference name="emailGateway" target="EmailGateway"/>
          <reference name="customerRegistry" target="CustomerRegistry"/>