Hello,
the JEMS installer has a bug, already in version JEMSInstaller_1_2_1_CR3_trunk. The
login-config is incorrect:
| <application-policy name = "messaging">
| <authentication>
| <login-module code =
"org.jboss.security.auth.spi.UsersRolesLoginModule"
| flag = "required" >
| <module-option name =
"unauthenticatedIdentity">guest</module-option>
| <module-option name =
"usersProperties">messaging-users.properties</module-option>
| <module-option name =
"rolesProperties">messaging-roles.properties</module-option>
| </login-module>
| </authentication>
| </application-policy>
|
The path to usersProperties and rolesProperties is wrong, it must be
props/messaging-users.properties and props/messaging-roles.properties, respectively. See
JIRA JBINSTALL-373
http://jira.jboss.com/jira/browse/JBINSTALL-373
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140156#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...