summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-11 12:16:46 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-11 12:16:46 +0000
commitb24d5a88849f4b307216c0a1e268449082deb62c (patch)
tree2e30567536c7fcaabe261ad34f4fae82093f9db7 /sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite
parent1a4f6fd2b4c41d63c5c48780cc46cc07a2fd8915 (diff)
Remove workarounds for TUSCANY-3267 (now fixed)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813793 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite2
1 files changed, 0 insertions, 2 deletions
diff --git a/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite b/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite
index 7d28880eef..26f1fd8f23 100644
--- a/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite
+++ b/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite
@@ -24,8 +24,6 @@
<component name="Payment">
<implementation.java class="com.tuscanyscatours.payment.impl.PaymentImpl" />
<service name="Payment">
- <!-- use interface.wsdl to work around TUSCANY-3267 -->
- <interface.wsdl interface="http://www.tuscanyscatours.com/Payment/#wsdl.interface(Payment)" />
<binding.ws uri="http://localhost:8081/Payment"/>
</service>
<reference name="customerRegistry" target="CustomerRegistry"/>