Author: norman
Date: Fri Jun  4 19:32:58 2010
New Revision: 951538

URL: http://svn.apache.org/viewvc?rev=951538&view=rev
Log:
Call shutdown on JCR Repository when shutdown the server

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

Modified: 
james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=951538&r1=951537&r2=951538&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml 
(original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml 
Fri Jun  4 19:32:58 2010
@@ -414,7 +414,7 @@
     </bean>
 
     <!-- Jackrabbit JCR Repository -->
-    <bean id="jcrRepository" class="org.apache.jackrabbit.core.RepositoryImpl">
+    <bean id="jcrRepository" class="org.apache.jackrabbit.core.RepositoryImpl" 
destroy-method="shutdown">
         <constructor-arg index="0" ref="config" />
     </bean>
     



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

Reply via email to