1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Fix move to 4.0

This commit is contained in:
Rob Winch
2014-03-05 16:52:19 -06:00
parent 6be4e3a9fc
commit 6dfdb10e31
5 changed files with 139 additions and 127 deletions
@@ -143,9 +143,7 @@
<bean id="aclCache" class="org.springframework.security.acls.domain.EhCacheBasedAclCache">
<constructor-arg>
<bean class="org.springframework.cache.ehcache.EhCacheFactoryBean">
<property name="cacheManager">
<bean class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean"/>
</property>
<property name="cacheManager" ref="cacheManager"/>
<property name="cacheName" value="aclCache"/>
</bean>
</constructor-arg>