diff options
author | scottkurz <scottkurz@13f79535-47bb-0310-9956-ffa450edef68> | 2011-09-08 17:10:40 +0000 |
---|---|---|
committer | scottkurz <scottkurz@13f79535-47bb-0310-9956-ffa450edef68> | 2011-09-08 17:10:40 +0000 |
commit | 291557ab4db1c942cfa7d03ce48876982be27ae0 (patch) | |
tree | 2c5b7198e60f6124750be5b4627c6d932afad787 /sca-java-2.x/trunk/testing/itest/policies/src | |
parent | 9e1689a8e58ff8a3fbf3d8b80c8f44b865e70f24 (diff) |
Adjust for TUSCANY-3942.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166808 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/policies/src')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/policies/src/main/resources/Payment.composite | 6 |
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> |