Hi, I have question about when you write your own LoginModule. I have written a LoginModule that works fine (it inherits from DatabaseServerLoginModule). The module uses a License manager to keep track of licenses used in the system. The License manager is a MBean. The License manager started to work when i removed the SecurityDomain for that bean (But the rest of the application does have one). This is a bit strange, but it works ?
But i get a problem when i try to update the "AuthenticationCache", witch have a param that specify the SecurityDomain of the application. What am I doing wrong, can i use a Mbean that doesn't belongs to the SecurityDomain with my LoginModule ? /Thanx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937904#3937904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937904 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
