[jboss-user] [Security & JAAS/JBoss] - Re: Use of EJBs within LoginModule

DeanoUK do-not-reply at jboss.com
Fri Feb 1 12:31:19 EST 2008


After stepping through a bit more carefully...
The EJB is successfully accessed in:
getUsersPassword()

Then LoginModule calls commit().
Which calls super.commit() - which calls getRoleSets() - which on an EJB call inside the getRoleSets() goes back to getUsersPassword() which then loops on itself, over and over, and then finally fails.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125614#4125614

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125614



More information about the jboss-user mailing list