[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/global-system.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Dec 12 17:44:32 EST 2014


Author: scantor
Date: Fri Dec 12 17:44:32 2014
New Revision: 7080

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7080&view=rev
Log:
Let StorageService manage its own Timer.

Modified:
    trunk/idp-conf/src/main/resources/system/conf/global-system.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/global-system.xml?rev=7080&r1=7079&r2=7080&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/global-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/global-system.xml Fri Dec 12 17:44:32 2014
@@ -156,8 +156,7 @@
 
     <bean id="shibboleth.StorageService"
         class="%{idp.storage.StorageService:org.opensaml.storage.impl.MemoryStorageService}"
-        p:cleanupInterval="%{idp.storage.cleanupInterval:PT10M}"
-        p:cleanupTaskTimer-ref="shibboleth.TaskTimer" />
+        p:cleanupInterval="%{idp.storage.cleanupInterval:PT10M}" />
 
     <bean id="shibboleth.ClientSessionStorageService"
         class="%{idp.storage.ClientStorageService:org.opensaml.storage.impl.ServletRequestScopedStorageService}"



More information about the commits mailing list