log.debug("Ignoring bundle " + bundleString + " as it's Spring incompatible with Spring-DM...");
return;
}
// create a dedicated hook for this application context
BeanFactoryPostProcessor processingHook = new OsgiBeanFactoryPostProcessorAdapter(localBundleContext,
postProcessors);
// add in the post processors
localApplicationContext.addBeanFactoryPostProcessor(processingHook);