[jboss-user] [Security JAAS/JBoss] - Re: Problem with custom Authenticator and Login Module

2009-04-16 Thread stephaner
I solved my problem. The problem was a NullPointerException in commit() method of the AbstractServerLoginModule because the logger was not initialize. Thank you to myself. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225838#4225838 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Problem with custom Authenticator and Login Module

2009-04-15 Thread stephaner
Hello, I use JBoss 4.2.2. I need a custom Web Authenticator with a custom Login Module. I think that my configuration is correct. My Authenticator is called, and in this one, when I call the authenticate method of the realm, my login module is called. The call is the following: Principal