2 Replies Latest reply on Mar 25, 2003 10:46 AM by tom.elrod

    squashing of throwable on registration

      Just wondering why we are ignoring an exception during mbean registration if it is not a runtime or standard mbean exceptoin? In BasicMBeanRegistry::registerMBean() we catch throwable and return null. Why not wrap the exception and rethrow it?