Hi Pablo, the security-constraint looks OK to me.
Is your login module a subclass of org.jboss.security.auth.spi.UsernamePasswordLoginModule ? In a small login module I created myself I had to implement "getUsersPassword" and "getRoleSets", and both were called. "getRoleSets" should return either "Administrators" or "Route Managers" in your case. You have probably defined the security domain in jboss-web.xml ? Best regards Wolfgang View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060504#4060504 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060504 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
