Hide Forgot
Link type: Superset, Source: JBEPP-893, Destination: JBEPP-1090 Link type: Superset, Source: JBEPP-893, Destination: JBEPP-1284 project_key: JBEPP See GTNPORTAL-1866 . Fix by upgrading to PicketLink IDM 1.1.9
Link: Added: This issue is related to GTNPORTAL-1866
Release Notes Docs Status: Added: Documented as Resolved Issue Release Notes Text: Added: An issue with PicketLink cache never evicting cached items has been resolved with an upgrade to PicketLink IDM 1.1.9.
Changed Release Notes Status to Not Required as already included in 5.1.1 Release Notes.
Release Notes Docs Status: Removed: Documented as Resolved Issue Added: Not Required
The change to idm-configuration.xml (added cacheExpiration parameter) has not made it into the EPP 5.1.1 code base, so the issue is only partially resolved in EPP 5.1.1. To fix it in EPP 5.1.1, add the 'cacheExpiration' parameter to $EPP_HOME/jboss-as/server/$CONFIG/deploy/gatein.ear/02portal.war/WEB-INF/conf/organization/idm-configuration.xml: {noformat} <component> <key>org.exoplatform.services.organization.idm.PicketLinkIDMService</key> <type>org.exoplatform.services.organization.idm.PicketLinkIDMServiceImpl</type> <init-params> [...] <value-param> <name>cacheExpiration</name> <value>1800000</value> </value-param> </init-params> </component> {noformat}
Link: Added: This issue incorporates JBEPP-1090
Correction to the previous comment: this issue is not fixed in EPP 5.1.1, as the necessary code changes are missing as well: https://source.jboss.org/changelog/GateIn?cs=6310 https://source.jboss.org/changelog/GateIn?cs=6311
Link: Added: This issue incorporates JBEPP-1284