summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/implementation-spring/src/main
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-05-26 11:39:11 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-05-26 11:39:11 +0000
commit3578386a355cb93f6533ad3f55d015a708e29ead (patch)
tree84a22343f2eb9e2ebc7a9e7615c04c532646369e /java/sca/itest/implementation-spring/src/main
parent92977fad04986ea0a6d4859d17a5939d604100a5 (diff)
Fixes for TUSCANY-3027
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/implementation-spring/src/main')
-rw-r--r--java/sca/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml b/java/sca/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml
index 932ebb1361..910771b34d 100644
--- a/java/sca/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml
+++ b/java/sca/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml
@@ -25,6 +25,8 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/sca http://www.osoa.org/xmlns/sca/1.0/spring-sca.xsd">
+ <sca:service name="HelloWorld" type="helloworld.HelloWorld" target="testBean"/>
+
<bean id="delegateBean"
class="org.apache.tuscany.sca.itest.spring.TestHelloWorldBean" lazy-init="true">
</bean>