[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss not setting up application-policy entries

2005-08-04 Thread galoch
tantiate org.jboss.security.plugins.JaasSecurityManager. The same setting works if I do not use j_security_check and process the login using standard method of loginContext (as explained in the above mentioned thread) Galoch View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss not setting up application-policy entries

2005-08-04 Thread galoch
Guys, Is there a new patch out there or has this been resolved. I cannot move forward without this fix as I am unable to login at all. Please advise! Thanks G View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888528#3888528 Reply to the post : http://www.jb

[JBoss-user] [Security & JAAS/JBoss] - Re: problem upgrading 3.2 to 4.0.2, security manager config

2005-08-04 Thread galoch
Adam, Did you ever find out the solution for this? I have the exact same problem. Thanks g View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888520#3888520 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888520 ---

[JBoss-user] [Security & JAAS/JBoss] - j_security_check and DatabaseServerLoginModule don't work to

2005-08-04 Thread galoch
Hello all, I guess I will try again to put the complete error message at the end of this post. I am trying to do simple authentication using j_security_check and then using DatabaseServerLoginModule in my login-config.xml. For some reason it gives me the below error. But instead of using j_

[JBoss-user] [Security & JAAS/JBoss] - SecurityAssociationHandler error - NullPointerException

2005-08-03 Thread galoch
Hi all, I am trying to run a simple war file and validate it against a simple JAAS setup. But instead I get the following error in my struts action class just when I instantiate SecurityAssociationHandler class SecurityAssociationHandler handler = new SecurityAssociationHandler(); Can please