summaryrefslogtreecommitdiffstats
path: root/sandbox/old/contrib/implementation-spring/integration-test/core/src/test/resources/applicationContext.xml
blob: 6f0f3cfb56248f5607b6491a07e0998fefd39fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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">

 <bean id="TestBean" class="org.apache.tuscany.sca.extensions.spring.TestBeanImpl"/> 

</beans>