You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/10/26 12:05:42 UTC

svn commit: r1027442 - /tuscany/sca-java-1.x/trunk/tutorials/store/warehouse-spring/warehouse-context.xml

Author: nash
Date: Tue Oct 26 10:05:41 2010
New Revision: 1027442

URL: http://svn.apache.org/viewvc?rev=1027442&view=rev
Log:
Merge r1002061 TUSCANY-3693: Add missing SCA service definition

Modified:
    tuscany/sca-java-1.x/trunk/tutorials/store/warehouse-spring/warehouse-context.xml

Modified: tuscany/sca-java-1.x/trunk/tutorials/store/warehouse-spring/warehouse-context.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/store/warehouse-spring/warehouse-context.xml?rev=1027442&r1=1027441&r2=1027442&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/store/warehouse-spring/warehouse-context.xml (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/store/warehouse-spring/warehouse-context.xml Tue Oct 26 10:05:41 2010
@@ -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>