I going out on a limb here... When executing your custom Authenticator, the Classloader is your web app's classloader. Then the realm is obtained using same classloader. So JNDI context is that of the webapp's classloader.
Because your custom SSO valve is set at Host level, it has a different classloader when it is executed. If this is the case, you will need to see if you get the classloader from the request somehow. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951762#3951762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951762 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
