6 Replies Latest reply on May 15, 2009 4:52 PM by anil.saldhana

    CallbackHandlerClassName not being used !

    gastaldi

      Hello !!

      I am using JBoss 5.0.1GA, and have customized my own Security CallbackHandler to handle custom callbacks. As of JBoss 4.2.3, I created a new CallbackHandler, and registered into the following MBean


      ...
      com.george.security.handler.MyCustomCallbackHandler



      However, this configuration has no effect. The CallbackHandler received by my modules is always a org.jboss.security.auth.callback.JBossCallbackHandler.

      This used to work on versions pre-5.0 (Tested against 4.2.3.GA).

      How do I make it work on 5.0.0+ ?