Bug 793939 (JBEPP-1010)

Summary: Optional DataStorage Implementation optimized when user dashboards aren't used
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Thomas Heute <theute>
Component: unspecifiedAssignee: Thomas Heute <theute>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecified   
Target Milestone: ---   
Target Release: 5.1.1.CR01   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-1010
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-18 09:59:42 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 Thomas Heute 2011-07-18 09:59:10 UTC
project_key: JBEPP

Provide an alternative a slightly optimized data storage implementation for customers who are not using dashboard feature.

Comment 1 Scott Mumford 2011-08-09 04:11:57 UTC
Release Notes Docs Status: Added: Needs More Info
Release Notes Text: Added: This issue requires more information to be included in the 5.1.1 Release Notes.


Comment 2 Thomas Heute 2011-08-24 13:20:52 UTC
Release Notes Text: Removed: This issue requires more information to be included in the 5.1.1 Release Notes. Added: When dashboards aren't used, it is possible to optimize the portal by modifying the org.exoplatform.portal.config.DataStorage service for a simplified implementation: org.exoplatform.portal.config.ConstantUserNavigationsDataStorageImpl. Note that in this case, the dashboard functionality will not work.


Comment 3 Thomas Heute 2011-08-24 13:21:15 UTC
Release Notes Docs Status: Removed: Needs More Info Added: Documented as Resolved Issue


Comment 4 Scott Mumford 2011-08-25 02:24:41 UTC
Release Notes Text: Removed: When dashboards aren't used, it is possible to optimize the portal by modifying the org.exoplatform.portal.config.DataStorage service for a simplified implementation: org.exoplatform.portal.config.ConstantUserNavigationsDataStorageImpl. Note that in this case, the dashboard functionality will not work. Added: This release of JBoss Enterprise Portal Platform makes it possible to optimize the portal when user dashboards are not used. This can be done by modifying the org.exoplatform.portal.config.DataStorage service for a simplified implementation: org.exoplatform.portal.config.ConstantUserNavigationsDataStorageImpl. Portal administrators should note, however, that this action will render the dashboard functionality inoperative.