nmr/management/src/main/java/org/apache/servicemix/nmr/management/ManagementAgent.java [206:218]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            } catch (JMException jmex) {
                logger.info("Exception unregistering MBean", jmex);
                caught++;
            } catch (ServiceUnavailableException sue) {
                // due to timing / shutdown ordering issue that we may
                // ignore as not unregistering from an already shutdown
                // blueprint container is quite harmless
            }
        }
        if (caught > 0) {
            logger.warn("A number of " + caught
                    + " exceptions caught while unregistering MBeans during stop operation.  "
                    + "See INFO log for details.");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



nmr/management/src/main/java/org/apache/servicemix/nmr/management/ManagementAgent.java [250:262]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            } catch (JMException jmex) {
                logger.info("Exception unregistering MBean", jmex);
                caught++;
            } catch (ServiceUnavailableException sue) {
                // due to timing / shutdown ordering issue that we may
                // ignore as not unregistering from an already shutdown
                // blueprint container is quite harmless
            }
        }
        if (caught > 0) {
            logger.warn("A number of " + caught
                    + " exceptions caught while unregistering MBeans during stop operation.  "
                    + "See INFO log for details.");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



