// discovery finished, publish the resolvers/parsers in the OSGi space
nsManager.afterPropertiesSet();
// Step 2: initialize the extender configuration
extenderConfiguration = new ExtenderConfiguration(context);
// initialize the configuration once namespace handlers have been detected
this.taskExecutor = extenderConfiguration.getTaskExecutor();
this.shutdownTaskExecutor = extenderConfiguration.getShutdownTaskExecutor();