summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 10:05:41 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 10:05:41 +0000
commitba4c3cc2a2bbfb73edbcc2601a1e2a34c9fa629d (patch)
treeec7d1699932abe3c1a30a9d377d8755b6f515a5e /sca-java-1.x/trunk/tutorials
parentc7d8b05e7a2988a615cc85e25b9c89325377eba9 (diff)
Merge r1002061 TUSCANY-3693: Add missing SCA service definition
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027442 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials')
-rw-r--r--sca-java-1.x/trunk/tutorials/store/warehouse-spring/warehouse-context.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/warehouse-spring/warehouse-context.xml b/sca-java-1.x/trunk/tutorials/store/warehouse-spring/warehouse-context.xml
index ed718d1403..63e0da5aa8 100644
--- a/sca-java-1.x/trunk/tutorials/store/warehouse-spring/warehouse-context.xml
+++ b/sca-java-1.x/trunk/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>