Bug 793706 (JBEPP-781)

Summary: organization-configuration performance boost - removing redundant actions
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Viliam Rockai <vrockai>
Component: PerformanceAssignee: Boleslaw Dawidowicz <bdawidow>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.1.0.GACC: boleslaw.dawidowicz, theute
Target Milestone: ---   
Target Release: 5.2.0.DEV03   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-781
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-16 09:43:44 UTC Type: Enhancement
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Viliam Rockai 2011-01-27 12:18:15 UTC
project_key: JBEPP

in organization-configuration.xml, there is a mandatory field "groups" for each user, so each user defined in the config file is assigned to /platform/users group.
also, there is an org.exoplatform.services.organization.impl.NewUserEventListener doing the same action again. this could be removed.

Comment 1 boleslaw.dawidowicz 2011-08-16 09:43:22 UTC
NewUserEventListener has this configuration that prevents duplicated action for default users: 

<field  name="ignoredUser">
              <collection type="java.util.HashSet">
                <value><string>root</string></value>
                <value><string>john</string></value>
                <value><string>mary</string></value>
                <value><string>demo</string></value>
              </collection>
            </field>

Comment 2 Thomas Heute 2011-09-22 07:04:46 UTC
Release Notes Docs Status: Added: Not Yet Documented


Comment 4 Jared MORGAN 2011-11-28 23:50:24 UTC
Release Notes Docs Status: Removed: Not Yet Documented Added: Not Required