summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-09 16:31:04 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-09 16:31:04 +0000
commited53c58c734499529ca5d03b46b1ebcd74b9d800 (patch)
tree36c9ef54d2a73898a701472e87df2401f54337a3 /sandbox
parent401b2d71ebc8b452691967c5c79ac3719275b6f5 (diff)
Use interface.wsdl for payment reference as workaround for TUSCANY-3267
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813043 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/travelsample/contributions/payment-bpel-contribution/src/test/resources/payment-client.composite2
1 files changed, 2 insertions, 0 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 75001d947b..dd99554824 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,6 +26,8 @@
<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>