summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/payment-spring-policy
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-26 21:51:04 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-26 21:51:04 +0000
commitc0be84658ad4dc4d9df3b7ddbf7cd18b261312d6 (patch)
tree16474f192e99e296840f1150add3cbca1cf8e2a8 /sandbox/travelsample/contributions/payment-spring-policy
parentea16b5e9a260e41ad8be3c70fe954db9667a6561 (diff)
A bit of tidying in the full-app. Mainly renaming frontend to coordination and correcting the composite names in the full app contributions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884703 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/contributions/payment-spring-policy')
-rw-r--r--sandbox/travelsample/contributions/payment-spring-policy/src/main/resources/payment.composite4
1 files changed, 2 insertions, 2 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 d1ea76db4b..c6710c60a2 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
@@ -26,8 +26,8 @@
<service name="Payment">
<binding.ws uri="http://localhost:8081/Payment"/>
</service>
- <reference name="creditCardPaymentReference" requires="authentication">
- <binding.ws uri="http://localhost:8083/CreditCardPayment"/>
+ <reference name="creditCardPaymentReference" >
+ <binding.ws uri="http://localhost:8083/CreditCardPayment" requires="authentication"/>
</reference>
<reference name="emailGateway" target="EmailGateway"/>
<reference name="customerRegistry" target="CustomerRegistry"/>