summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-28 09:14:58 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-28 09:14:58 +0000
commit99589c5b9b7a633d9c92a8a54ab8a2e7e1da5b38 (patch)
tree63a0a9611a2b63980c53c2247c837e76918860d2 /sca-java-1.x
parent5bf5738c574f00c7b9fae942f5178735f6ecb800 (diff)
TUSCANY-3693: Add missing SCA service definition
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002061 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/warehouse-context.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/warehouse-context.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/warehouse-context.xml
index ed718d1403..63e0da5aa8 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/warehouse-context.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/warehouse-spring/warehouse-context.xml
@@ -21,7 +21,12 @@
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/beans/spring-beans.xsd
+ http://www.springframework.org/schema/sca
+ http://www.osoa.org/xmlns/sca/1.0/spring-sca.xsd">
+
+ <sca:service name="Warehouse"
+ type="services.Warehouse" target="warehouse"/>
<bean id="warehouse" class="services.WarehouseImpl">
</bean>