summaryrefslogtreecommitdiffstats
path: root/sandbox/implementation-spring2/src/test/resources/META-INF/sca/testServiceContext.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/implementation-spring2/src/test/resources/META-INF/sca/testServiceContext.xml')
-rw-r--r--sandbox/implementation-spring2/src/test/resources/META-INF/sca/testServiceContext.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sandbox/implementation-spring2/src/test/resources/META-INF/sca/testServiceContext.xml b/sandbox/implementation-spring2/src/test/resources/META-INF/sca/testServiceContext.xml
new file mode 100644
index 0000000000..deca82f191
--- /dev/null
+++ b/sandbox/implementation-spring2/src/test/resources/META-INF/sca/testServiceContext.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:sca="http://www.springframework.org/schema/sca"
+ xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+http://www.springframework.org/schema/sca http://www.springframework.org/schema/sca/spring-sca.xsd">
+
+ <sca:service name="fooService" type="org.apache.tuscany.container.spring.mock.TestBeanImpl" target="testBean"/>
+
+ <bean id="testBean" class="org.apache.tuscany.container.spring.mock.TestBeanImpl"/>
+
+</beans>