diff options
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/store/warehouse-spring')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/store/warehouse-spring/warehouse-context.xml | 7 |
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> |