summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/itest/domainmgr/transaction/runtest/src/test/resources/domain/domain.composite
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-07-26 20:36:02 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-07-26 20:36:02 +0000
commit3ab88505030fccad43563207ae97226f652ce206 (patch)
treec59a07369fd597e34537aac59421726e84375fc4 /branches/sca-java-1.5.1/itest/domainmgr/transaction/runtest/src/test/resources/domain/domain.composite
parent9c0d7eda738c8523490cfe3d0d5f94078d1f6613 (diff)
Fix TUSCANY-3171 (domain manager does not load definitions.xml files)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797987 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.5.1/itest/domainmgr/transaction/runtest/src/test/resources/domain/domain.composite9
1 files changed, 9 insertions, 0 deletions
diff --git a/branches/sca-java-1.5.1/itest/domainmgr/transaction/runtest/src/test/resources/domain/domain.composite b/branches/sca-java-1.5.1/itest/domainmgr/transaction/runtest/src/test/resources/domain/domain.composite
new file mode 100644
index 0000000000..f03181ecc5
--- /dev/null
+++ b/branches/sca-java-1.5.1/itest/domainmgr/transaction/runtest/src/test/resources/domain/domain.composite
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<composite local="true" name="domain"
+ targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:ns1="http://www.osoa.org/xmlns/sca/1.0">
+ <include name="ns2:payment"
+ uri="scatours-payment"
+ xmlns:ns2="http://scatours" />
+</composite>