summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/policies
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-10-17 12:55:31 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-10-17 12:55:31 +0000
commit7d550f3ba9d89ba24b44fa4f2ee7eff519bdaaa2 (patch)
tree87243994de2f86ca08fd95a8fcd4226a102e3bdf /sca-java-2.x/trunk/testing/itest/policies
parenta206102be754cca89c3aa8b386f635521aa56bde (diff)
TUSCANY-3959 - Correct interface matching so that it takes account of mayProvides intents.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185139 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/policies')
-rw-r--r--sca-java-2.x/trunk/testing/itest/policies/src/main/resources/Payment.composite3
1 files changed, 1 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/policies/src/main/resources/Payment.composite b/sca-java-2.x/trunk/testing/itest/policies/src/main/resources/Payment.composite
index 96f4f45cc7..87e8fe2bc9 100644
--- a/sca-java-2.x/trunk/testing/itest/policies/src/main/resources/Payment.composite
+++ b/sca-java-2.x/trunk/testing/itest/policies/src/main/resources/Payment.composite
@@ -36,8 +36,7 @@
<component name="Payment">
<implementation.java class="org.apache.tuscany.sca.itest.policies.impl.PaymentImpl" />
<reference name="creditCardPayment">
- <binding.sca requires="sca:integrity tuscany:logging" uri="CreditCardPayment">
- </binding.sca>
+ <binding.sca requires="sca:integrity.transport tuscany:logging" uri="CreditCardPayment"/>
</reference>
<reference name="customerRegistry" target="Customer/Registry" requires="sca:suspendsTransaction tuscany:logging"/>
</component>