> I have a simple war where I used spring-security to implement a BASIC login
> using JAAS.  It works fine on Tomcat but on JBoss I get the following
> error.  It seems to be ignoring my spring-security configuration because it
> wants to load users/roles from local file.
>
> 13:54:02,128 ERROR [UsersRolesLoginModule] Failed to load
> users/passwords/role f
> iles
> java.io.IOException: No properties file: users.properties or defaults:
> defaultUs
> ers.properties found
>         at org.jboss.security.auth.spi.Util.loadProperties(Util.java:315)
>         at
> org.jboss.security.auth.spi.UsersRolesLoginModule.loadUsers(UsersRole
> sLoginModule.java:186)
>
> Why isn't this portable to JBoss?

It is all portable to JBoss. What you have is a JBoss problem, not an
Acegi problem.
This might help...
http://www.jboss.org/community/wiki/UsersRolesLoginModule

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to