[
https://jira.jboss.org/browse/GTNPORTAL-1526?page=com.atlassian.jira.plug...
]
Minh Hoang TO resolved GTNPORTAL-1526.
--------------------------------------
Fix Version/s: 3.2.0-GA
Resolution: Done
Cluster channel name are same for all Portal workspaces
-------------------------------------------------------
Key: GTNPORTAL-1526
URL:
https://jira.jboss.org/browse/GTNPORTAL-1526
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.1.0-GA
Reporter: Khoi Nguyen
Assignee: Khoi Nguyen
Fix For: 3.2.0-GA
JCR Lock manager configuration has mistakes in portal.war: all workspaces uses same name
for JCR Lock Manager's channel name.
e.g. for portal-system it's named:
<property name="jbosscache-cluster-name"
value="jcrlock-${container.name.suffix}-system" />
but should be
<property name="jbosscache-cluster-name"
value="jcrlock-${container.name.suffix}-portal-system" />
otherwise replication channel of system workspace will receives changes data from
portal-system and vise-versa.
Check other workspaces for unique names of jbosscache-cluster-name.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira