Author: hfnukal
Date: 2011-06-07 10:57:43 -0400 (Tue, 07 Jun 2011)
New Revision: 6607
Modified:
epp/portal/branches/EPP_5_1_Branch/component/identity/src/main/java/org/exoplatform/services/organization/idm/PicketLinkIDMServiceImpl.java
Log:
JBEPP-945 IntegrationCache not invalidated when calling invalidateAll() on
PicketlinkIDMCacheService MBean
Modified:
epp/portal/branches/EPP_5_1_Branch/component/identity/src/main/java/org/exoplatform/services/organization/idm/PicketLinkIDMServiceImpl.java
===================================================================
---
epp/portal/branches/EPP_5_1_Branch/component/identity/src/main/java/org/exoplatform/services/organization/idm/PicketLinkIDMServiceImpl.java 2011-06-07
14:54:25 UTC (rev 6606)
+++
epp/portal/branches/EPP_5_1_Branch/component/identity/src/main/java/org/exoplatform/services/organization/idm/PicketLinkIDMServiceImpl.java 2011-06-07
14:57:43 UTC (rev 6607)
@@ -154,7 +154,7 @@
//Integration cache
integrationCache = new IntegrationCache();
integrationCache.initialize(cache);
- picketLinkIDMCache.register(apiCacheProvider);
+ picketLinkIDMCache.register(integrationCache);
}
if (storeCacheConfig != null)
Show replies by date