summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-04 11:06:17 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-04 11:06:17 +0000
commitc4ccb1597654672939b367689a3594305191e496 (patch)
tree709042b999a1d8a7c786ddbd9b8d355ee3e139ec /sandbox/travelsample
parent17f2cfab0d79747b02bf2b4570c5dc94f36cbcbc (diff)
Change reference port number from 8083 to 8082 (TUSCANY-3406)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample')
-rw-r--r--sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite b/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite
index c6710c60a2..3f5bcfe48d 100644
--- a/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite
+++ b/sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite
@@ -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"/>