beanReferences = BFLUtils.parse(new ClassPathResource(bflContextConfigLocation), secondParent);
} else {
beanReferences = BFLUtils.parse(new ClassPathResource("applicationContext.bfl"), secondParent);
}
return new XmlWebApplicationContextDriver().getWebApplicationContext(beanReferences, secondParent);
}