Hide Forgot
project_key: JBEPP
Link: Added: This issue is related to GTNPORTAL-1526
Release Notes Docs Status: Added: Documented as Resolved Issue Release Notes Text: Added: The JCR Lock Manager in previous releases of EPP was configured to use the same channel name in all workspaces. For example: The 'portal-system' channel name was: <property name="jbosscache-cluster-name" value="jcrlock-${container.name.suffix}-system" /> Instead of: <property name="jbosscache-cluster-name" value="jcrlock-${container.name.suffix}-portal-system" /> This naming convention could allow data changes to affect the incorrect workspace. The repository-configuration.xml file has been updated to resolve this issue.