[Acegisecurity-developer] Spring Security is not portable

2009-05-14 Thread David Hoffer
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

Re: [Acegisecurity-developer] Spring Security is not portable

2009-05-14 Thread Ray Krueger
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

Re: [Acegisecurity-developer] Spring Security is not portable

2009-05-14 Thread David Hoffer
I don't understand. I see the link explains the UsersRolesLoginModule, the property files it uses, and how to subclass it, etc. What I don't understand is what in JBoss needs to be 'fixed' so that spring-security is portable. I'm using JAAS in spring-security so I can't add also add users to