Merge r1002061 TUSCANY-3693: Add missing SCA service definition

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk@1027442 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tutorials/store/warehouse-spring/warehouse-context.xml b/tutorials/store/warehouse-spring/warehouse-context.xml
index ed718d1..63e0da5 100644
--- a/tutorials/store/warehouse-spring/warehouse-context.xml
+++ b/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>