]
Boleslaw Dawidowicz resolved GTNPORTAL-1902.
--------------------------------------------
Resolution: Done
fixed in gatein trunk
IntegrationCache not invalidated when calling invalidateAll() on
PicketlinkIDMCacheService MBean
------------------------------------------------------------------------------------------------
Key: GTNPORTAL-1902
URL:
https://issues.jboss.org/browse/GTNPORTAL-1902
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Identity integration
Affects Versions: 3.1.0-GA
Environment: JBoss EPP 5.1.0.GA
Reporter: Marek Posolda
Assignee: Boleslaw Dawidowicz
Fix For: 3.2.0-GA
There is issue that IntegrationCache is not correctly registered at
PicketlinkIDMCacheService and so that it's not invalidated when calling
invalidateAll().
Looks like typo in PicketLinkIDMServiceImpl() constructor where is APICacheProvider
registered 2 times but integration cache 0 times.
//Integration cache
integrationCache = new IntegrationCache();
integrationCache.setExpiration(expiration);
integrationCache.initialize(cache);
picketLinkIDMCache.register(apiCacheProvider); // This line causes a bug!
--
This message is automatically generated by JIRA.
For more information on JIRA, see: