Hide Forgot
Date of First Response: 2009-11-04 06:52:13 Workaround: Workaround Exists Workaround Description: Either the missing files should be added or the configuration should be changed to "jbossws-{users,roles}.properties" project_key: SOA $[SOA_HOME]/jboss-as/server/{all,default,production}/conf/login-config.xml files contains following code snippet that refers to non-existing jmx-console-*.properties files. login-config.xml: ... <application-policy name="JBossWS"> <authentication> <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required"> <module-option name="usersProperties">props/jmx-console-users.properties </module-option> <module-option name="rolesProperties">props/jmx-console-roles.properties </module-option> </login-module> </authentication> </application-policy><!--- - - - --><!--Loaded from orignal file: old/login-config.xml--> ... Either the missing files should be added or the configuration should be changed to "jbossws-{users,roles}.properties"
Workaround Description: Removed: Either the missing files should be added or the configuration should be changed to "soa-{users,roles}.properties" Added: Either the missing files should be added or the configuration should be changed to "jbossws-{users,roles}.properties"
This issue may be slightly out of date, for EAP 5 the application-policy has been reverted to: - <application-policy name="JBossWS"> <authentication> <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required"> <module-option name="usersProperties">props/jbossws-users.properties</module-option> <module-option name="rolesProperties">props/jbossws-roles.properties</module-option> <module-option name="unauthenticatedIdentity">anonymous</module-option> </login-module> </authentication> </application-policy> However the default user in jbossws-users.properties is commented out.
Link: Added: This issue is related to JBPAPP-2790
The EAP application-policy was reverted because the WS unit tests need this entry. Will match the EAP changes.
Verified in ER6 - policy is set and directed to present configuration files with disabled default user and role