summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/policy-transaction/src/main/resources/Customer.composite
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-03-03 17:16:57 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-03-03 17:16:57 +0000
commit114b9581505ef49ad1ed925525749f6655d74d98 (patch)
treeed1612953611a72ce093fcdd3907b0e01fead988 /sca-java-2.x/trunk/itest/policy-transaction/src/main/resources/Customer.composite
parent2e6254cc7e82011500f7459c70b13347f050d4de (diff)
Cleaning up and add @Ignore while I investigate the issue
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918591 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/itest/policy-transaction/src/main/resources/Customer.composite6
1 files changed, 1 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/itest/policy-transaction/src/main/resources/Customer.composite b/sca-java-2.x/trunk/itest/policy-transaction/src/main/resources/Customer.composite
index f215bbb099..7047de3663 100644
--- a/sca-java-2.x/trunk/itest/policy-transaction/src/main/resources/Customer.composite
+++ b/sca-java-2.x/trunk/itest/policy-transaction/src/main/resources/Customer.composite
@@ -23,11 +23,7 @@
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
name="CustomerTransaction">
- <service name="Registry" promote="CustomerRegistry">
- <binding.sca/>
- </service>
-
- <component name="CustomerRegistry">
+ <component name="CustomerRegistryComponent">
<implementation.java class="customer.impl.CustomerRegistryImpl" requires="managedTransaction.local"/>
</component>