aravind kopparthi [http://community.jboss.org/people/aravindsk] created the discussion
"Re: security in ejb3.1 using jboss 6.0 CR1" To view the discussion, visit: http://community.jboss.org/message/575985#575985 -------------------------------------------------------------- i have modified login-config.xml,that is why j_security_check was working but not at the ejb method level <application-policy name="javaee6-app"> <authentication> <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required"> <module-option name="usersProperties">props/javaee6-app-users.properties</module-option> <module-option name="rolesProperties">props/javaee6-app-roles.properties</module-option> </login-module> </authentication> </application-policy> <application-policy name="javaee6-app"> <authentication> <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required"> <module-option name="usersProperties">props/javaee6-app-users.properties</module-option> <module-option name="rolesProperties">props/javaee6-app-roles.properties</module-option> </login-module> </authentication> </application-policy> -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/575985#575985] Start a new discussion in EJB3 at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
