Bug 793706 (JBEPP-781) - organization-configuration performance boost - removing redundant actions
Summary: organization-configuration performance boost - removing redundant actions
Keywords:
Status: CLOSED NOTABUG
Alias: JBEPP-781
Product: JBoss Enterprise Portal Platform 5
Classification: JBoss
Component: Performance
Version: 5.1.0.GA
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.2.0.DEV03
Assignee: Boleslaw Dawidowicz
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBE...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-27 12:18 UTC by Viliam Rockai
Modified: 2015-09-01 03:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-16 09:43:44 UTC
Type: Enhancement


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBEPP-781 0 None None None Never

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



Note You need to log in before you can comment on or make changes to this bug.