https://issues.apache.org/bugzilla/show_bug.cgi?id=44308
--- Comment #6 from Paul Smith <[EMAIL PROTECTED]> 2008-03-13 19:11:47 PST --- (In reply to comment #5) > > > LoggerManagerModelMBean > > + try { > > + > > getDelegate().getClass().getMethod("rollbackLogConfiguration", > null); > > + modelMBeanOperations.add(rollbackLogConfiguration); > > + } catch (NoSuchMethodException expected) { > > + // nothing to do > > + } > > This seems a bit of a hack! :) Given RollbackableLoggerManager > > extends > > from LoggerManager, perhaps the same thought could be done to having a > > second RollbackableLoggerManagerModelMBean that has a > > doPostRegisterOtherSchtuff() style methods. > > You got me there. :-) > That really is a hack. > RollbackableLoggerManagerModelMBean could easily override > createModelMBeanOperationInfos of LoggerManagerModelMBean which would > not register that method. > > Thanks a lot for your kind review. Stefan, do you a newer patch available that addresses this point? I'd be up for applying this if this particular item was addressed. If you were also interested, https://issues.apache.org/bugzilla/show_bug.cgi?id=40246 May well also fit within this scope (and possibly easy to do?). I couldn't get my local application to do the deRegister, perhaps you would have more success? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]