155156157158159160161162163164165
// Report replaced tokens configManager.reportTokens(); // Report any unused properties. config.reportUnusedProperties(); // clear the broker and servlet config as this thread is done FlexContext.clearThreadLocalObjects(); } catch (Throwable t)
151152153154155156157158159160161
// Report replaced tokens configManager.reportTokens(); // Report any unused properties. config.reportUnusedProperties(); } catch (Exception re) { // On any unhandled exception destroy the broker, log it and rethrow. destroy();