Hide Forgot
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.
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
2/3/2011 - wgibson resolved.