173174175176177178179180181182183
log.info("Destroying ServiceMix JBI installer from XML [" + archive + "]"); ClassPathXmlApplicationContext context = (ClassPathXmlApplicationContext) containerMap .get(archive); if (context != null) context.destroy(); else log.warn("Unable to find deployed JBI container for XML [" + archive + "]"); }