diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-04 07:41:10 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-04 07:41:10 +0000 |
commit | be229c39de128257c1f9695285fe828ae6f3a359 (patch) | |
tree | 429c73cd51e8456cd67976472d38a2f48920117c /branches/sca-java-1.x/tutorials/store/warehouse-spring/warehouse-spring.composite | |
parent | f47a37e905d1662528aa9aeb8e3d221dc8702072 (diff) |
Use spring to provide the component implementation as the module name suggests is the case.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791074 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/tutorials/store/warehouse-spring/warehouse-spring.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/tutorials/store/warehouse-spring/warehouse-spring.composite b/branches/sca-java-1.x/tutorials/store/warehouse-spring/warehouse-spring.composite index df14a68d1a..bfe789542d 100644 --- a/branches/sca-java-1.x/tutorials/store/warehouse-spring/warehouse-spring.composite +++ b/branches/sca-java-1.x/tutorials/store/warehouse-spring/warehouse-spring.composite @@ -33,7 +33,7 @@ </component> <component name="Warehouse"> - <implementation.java class="services.WarehouseImpl"/> + <implementation.spring location="warehouse-context.xml"/> <service name="Warehouse"> <t:binding.jsonrpc uri="http://localhost:8088/Warehouse"/> <binding.jms initialContextFactory="org.apache.activemq.jndi.ActiveMQInitialContextFactory" |