ModuleStateHolder moduleStateHolder = application.getModuleStateHolder();
transitionManager.processTransitions(moduleStateHolder, application, transitions);
ConfigurableApplicationContext parentContext = SpringModuleUtils.getRootSpringContext(moduleStateHolder);
FileMonitor bean = (FileMonitor) parentContext.getBean("bean1");
bean.lastModified((File) null);
}
class Provider implements ModuleDefinitionSource {
ModuleDefinitionSource spec = new SimpleModuleDefinitionSource("impala-core", new String[] { "parentTestContext.xml" }, new String[] { plugin1, plugin2 });