Hi everyone,

in my EJB application I have defined a global security-domain in the jboss.xml 
file. 

I use a custom LoginModule which accesses my UserService EJB during the login 
process. My problem is, I get an infinite login loop because when I access the 
UserService (which is in the global security-domain too) the LoginModule jumps 
in again to login the user. 

I guess the solution would be to exclude the UserService from my global 
security domain. Is this possible at all?

Any hints would be greatly appreciated.
There is a similar issue here:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=137896

Regards,
Dennis


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266315
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to