diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-11 12:16:46 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-11 12:16:46 +0000 |
commit | b24d5a88849f4b307216c0a1e268449082deb62c (patch) | |
tree | 2e30567536c7fcaabe261ad34f4fae82093f9db7 /sandbox/travelsample/contributions/payment-bpel-contribution/src/test | |
parent | 1a4f6fd2b4c41d63c5c48780cc46cc07a2fd8915 (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-bpel-contribution/src/test/resources/payment-client.composite | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sandbox/travelsample/contributions/payment-bpel-contribution/src/test/resources/payment-client.composite b/sandbox/travelsample/contributions/payment-bpel-contribution/src/test/resources/payment-client.composite index dd99554824..75001d947b 100644 --- a/sandbox/travelsample/contributions/payment-bpel-contribution/src/test/resources/payment-client.composite +++ b/sandbox/travelsample/contributions/payment-bpel-contribution/src/test/resources/payment-client.composite @@ -26,8 +26,6 @@ <component name="PaymentClient"> <implementation.java class="scatours.payment.client.PaymentClientImpl" /> <reference 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:8080/Payment" /> </reference> </component> |