Author: norman
Date: Mon Jan  4 20:20:32 2010
New Revision: 895761

URL: http://svn.apache.org/viewvc?rev=895761&view=rev
Log:
call dispose() on excalibur components on shutdown of spring container

Modified:
    
james/server/sandbox/active/pure_spring_deployment/spring-deployment/src/main/config/james/spring-beans.xml

Modified: 
james/server/sandbox/active/pure_spring_deployment/spring-deployment/src/main/config/james/spring-beans.xml
URL: 
http://svn.apache.org/viewvc/james/server/sandbox/active/pure_spring_deployment/spring-deployment/src/main/config/james/spring-beans.xml?rev=895761&r1=895760&r2=895761&view=diff
==============================================================================
--- 
james/server/sandbox/active/pure_spring_deployment/spring-deployment/src/main/config/james/spring-beans.xml
 (original)
+++ 
james/server/sandbox/active/pure_spring_deployment/spring-deployment/src/main/config/james/spring-beans.xml
 Mon Jan  4 20:20:32 2010
@@ -329,14 +329,14 @@
 
        <!-- The Time Scheduler block -->
        <bean id="scheduler"
-               
class="org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler" />
+               
class="org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler" 
destroy-method="dispose" />
 
        <!-- The DataSourceSelector block -->
        <bean id="database-connections"
-               
class="org.apache.avalon.cornerstone.blocks.datasources.DefaultDataSourceSelector"
 />
+               
class="org.apache.avalon.cornerstone.blocks.datasources.DefaultDataSourceSelector"
 destroy-method="dispose" />
 
        <!-- The ThreadManager block -->
        <bean id="thread-manager"
-               
class="org.apache.avalon.cornerstone.blocks.threads.DefaultThreadManager" />
+               
class="org.apache.avalon.cornerstone.blocks.threads.DefaultThreadManager" 
destroy-method="dispose" />
 
 </beans>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to