Bug 793082 (JBEPP-164)

Summary: The gadgets encryption key (currently key.txt file) must be stored in the "/conf" directory
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Martin Podolinsky <martin>
Component: Portal PackagingAssignee: Martin Podolinsky <martin>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: epp-bugs
Target Milestone: ---   
Target Release: 5.0.0.ER03   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-164
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-02-24 14:31:49 UTC Type: Task
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Martin Podolinsky 2010-02-19 11:45:42 UTC
project_key: JBEPP

The encryption key (key.txt) is generated into the current execution directory. Current implementation org.exoplatform.portal.gadget.core.ExoContainerConfig expects from the service org.exoplatform.container.monitor.jvm.J2EEServerInfo the path config. directory located in ${server}/config/exo-conf and if does not exist, then current execution path is used for a key.txt generation.

Objectives:
**********
The gadgets encryption key must not be generated into the current execution directory, but into the jboss-as/servers/${server-conf}/conf.

Comment 1 Martin Podolinsky 2010-02-24 14:28:50 UTC
Link: Added: This issue is related to GTNPORTAL-708


Comment 2 Martin Podolinsky 2010-02-24 14:31:49 UTC
Fixed within the GTNPORTAL-708