[gatein-issues] [JBoss JIRA] Created: (GTNPORTAL-1526) Cluster channel name are same for all Portal workspaces

Khoi Nguyen (JIRA) jira-events at lists.jboss.org
Mon Oct 4 07:10:39 EDT 2010


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


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

        


More information about the gatein-issues mailing list