4 Replies Latest reply on Jan 9, 2006 3:06 PM by dimitris

    Adding A Log4jService Reconfiguration MBean Notification?

    jiwils

      Would it be possible to add a MBean notification to the Log4jService when it reconfigures itself in a future version of JBoss AS? When appenders, filters, etc. are added programmatically (via MBeans), they can be lost if a reconifguration happens, but with a notification, they could be "reconfigured" as well.

      It would be easy enough to write an aspect to call a custom notification broadcaster if reconfiguration occurs, but it seems like having the service do it explicitly is the right approach.