Why does my login module require statically loaded classes?
I have a helper classes for figuring out which database to connect to.
Even my login module uses this to check passwords. I have to explicitly
add this class to my classpath and restart jboss anytime there is a change
in the class
JAAS doesn't see any changes that are loaded dynamically with the
classloader,
i.e. deployment or even the loading of the lib/ext/mail.jar...
For instance I send a java mail from the module if there is a sever problem
well, this
requires me to explicitly add mail.jar to my classpath!!!!!
d.
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user