use o.a.a package namespace for spring-cache-ehcache component
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1324640 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
14369f149d
commit
fc4295ae21
|
@ -31,7 +31,7 @@
|
||||||
<context:component-scan
|
<context:component-scan
|
||||||
base-package="org.apache.archiva.redback.keys.cached"/>
|
base-package="org.apache.archiva.redback.keys.cached"/>
|
||||||
|
|
||||||
<bean name="cache#keys" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#keys" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
<alias name="commons-configuration" alias="test-conf"/>
|
<alias name="commons-configuration" alias="test-conf"/>
|
||||||
|
|
||||||
<bean name="cache#keys" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#keys" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
<alias name="userManager#memory" alias="userManager#jdo"/>
|
<alias name="userManager#memory" alias="userManager#jdo"/>
|
||||||
|
|
||||||
<bean name="cache#users" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#users" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<context:component-scan
|
<context:component-scan
|
||||||
base-package="org.apache.archiva.redback.rbac.cached"/>
|
base-package="org.apache.archiva.redback.rbac.cached"/>
|
||||||
|
|
||||||
<bean name="cache#operations" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#operations" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
<property name="timeToLiveSeconds" value="14400"/>
|
<property name="timeToLiveSeconds" value="14400"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean name="cache#permissions" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#permissions" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
<property name="timeToLiveSeconds" value="14400"/>
|
<property name="timeToLiveSeconds" value="14400"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean name="cache#resources" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#resources" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
<property name="timeToLiveSeconds" value="14400"/>
|
<property name="timeToLiveSeconds" value="14400"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean name="cache#roles" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#roles" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
<property name="timeToLiveSeconds" value="14400"/>
|
<property name="timeToLiveSeconds" value="14400"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean name="cache#effectiveRoleSet" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#effectiveRoleSet" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
Caches with Short Term entries
|
Caches with Short Term entries
|
||||||
================================================================ -->
|
================================================================ -->
|
||||||
|
|
||||||
<bean name="cache#userAssignments" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#userAssignments" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
<property name="timeToLiveSeconds" value="600"/>
|
<property name="timeToLiveSeconds" value="600"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean name="cache#userPermissions" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#userPermissions" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
<property name="userPermissionsCache" ref="cache#userPermissions"/>
|
<property name="userPermissionsCache" ref="cache#userPermissions"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean name="cache#userAssignments" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#userAssignments" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
<property name="timeToLiveSeconds" value="600"/>
|
<property name="timeToLiveSeconds" value="600"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean name="cache#userPermissions" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#userPermissions" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<context:component-scan
|
<context:component-scan
|
||||||
base-package="org.apache.archiva.redback.users.cached"/>
|
base-package="org.apache.archiva.redback.users.cached"/>
|
||||||
|
|
||||||
<bean name="cache#users" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#users" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<property name="usersCache" ref="cache#users"/>
|
<property name="usersCache" ref="cache#users"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean name="cache#users" class="org.codehaus.plexus.cache.ehcache.EhcacheCache"
|
<bean name="cache#users" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache"
|
||||||
init-method="initialize">
|
init-method="initialize">
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
<!-- REDBACK-289/MRM-1488 -->
|
<!-- REDBACK-289/MRM-1488 -->
|
||||||
<!-- Cache for LDAP users. Data is refreshed every 3 mins. -->
|
<!-- Cache for LDAP users. Data is refreshed every 3 mins. -->
|
||||||
<bean name="cache#ldapUser" class="org.codehaus.plexus.cache.ehcache.EhcacheCache">
|
<bean name="cache#ldapUser" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache">
|
||||||
<property name="diskExpiryThreadIntervalSeconds" value="180"/>
|
<property name="diskExpiryThreadIntervalSeconds" value="180"/>
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<!-- Cache for users' LDAP userDn. Data is refreshed every 3 mins. -->
|
<!-- Cache for users' LDAP userDn. Data is refreshed every 3 mins. -->
|
||||||
<bean name="cache#ldapUserDn" class="org.codehaus.plexus.cache.ehcache.EhcacheCache">
|
<bean name="cache#ldapUserDn" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache">
|
||||||
<property name="diskExpiryThreadIntervalSeconds" value="180"/>
|
<property name="diskExpiryThreadIntervalSeconds" value="180"/>
|
||||||
<property name="diskPersistent" value="false"/>
|
<property name="diskPersistent" value="false"/>
|
||||||
<property name="eternal" value="false"/>
|
<property name="eternal" value="false"/>
|
||||||
|
|
Loading…
Reference in New Issue