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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...