summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/policies/src/main/resources/Payment.composite
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/itest/policies/src/main/resources/Payment.composite6
1 files changed, 3 insertions, 3 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 20124467b0..96f4f45cc7 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
@@ -35,8 +35,8 @@
<component name="Payment">
<implementation.java class="org.apache.tuscany.sca.itest.policies.impl.PaymentImpl" />
- <reference name="creditCardPayment" target="CreditCardPayment">
- <binding.sca requires="sca:integrity tuscany:logging">
+ <reference name="creditCardPayment">
+ <binding.sca requires="sca:integrity tuscany:logging" uri="CreditCardPayment">
</binding.sca>
</reference>
<reference name="customerRegistry" target="Customer/Registry" requires="sca:suspendsTransaction tuscany:logging"/>
@@ -54,4 +54,4 @@
</service>
</component>
-</composite> \ No newline at end of file
+</composite>