Bug 780402 (SOA-2832)

Summary: If eds install is run multiple times and its for a different profile each time (i.e., default, then standard), the login-config.xml user.prorperties files that are set for ModeShape maybe incorrect.
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Van Halbert <vhalbert>
Component: EDSAssignee: Van Halbert <vhalbert>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.1.0.ER7   
Target Milestone: ---   
Target Release: 5.1.0.ER8   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2832
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-03 22:35:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Van Halbert 2011-01-20 20:27:14 UTC
Workaround Description: Change the loging-config.xml for the configuration profile, for the following setting to map to the correct user.properties file in use for that profile.

<module-option name="usersProperties">props/soa-users.properties</module-option>
<module-option name="rolesProperties">props/soa-roles.properties</module-option>
project_key: SOA

When modeshape is installed, it updates an .xslt file to the user.properties file is should use when the the xslt is applied to the specific login-config.xml for the deployed profile.   However, because different user-properties files are used for different profiles, the subsequent installation of eds into a different profile will result in using the user.properties file setting from the first run.  And there, the login-config.xml will have to be manually changed to fix the issue.

Comment 1 Van Halbert 2011-01-21 17:52:43 UTC
changed the script to copy any resource file before editing so that the original resource from the install kit can be reused in subsequent installs for that same server

Comment 2 Warren Gibson 2011-02-03 22:35:24 UTC
2/3/2011 - wgibson resolved.