diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-05 15:58:29 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-05 15:58:29 +0000 |
commit | aafdaec972cfe3439c6fe15c599d46d3e5f13fa9 (patch) | |
tree | a8115fb089857801e53b1cb1e8284ded7a36da51 /sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite | |
parent | 7d544d6b11dc6494170c293e6897ed6d72612d06 (diff) |
Remove reference to email gateway SCA component as the email gateway is implemented as a spring bean
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite b/sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite index 8ac353904f..9035e712d0 100644 --- a/sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite +++ b/sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite @@ -31,9 +31,6 @@ <reference name="creditCardPaymentReference"> <binding.ws uri="http://localhost:8082/CreditCardPayment"/> </reference> - <!--reference name="emailGateway"> - <binding.ws uri="http://localhost:8088/EmailGateway"/> - </reference--> </component> </composite> |