CONTEXT_MODEL, CONTEXT_WEBAPP, CONTEXT_TEST_MODEL
});
modelContext.setAllowCircularReferences(true);
modelContext.setAllowBeanDefinitionOverriding(true);
modelContext.setValidating(true);
modelContext.refresh();
// Remove the contexts we already know about
Set<String> localLocations = Sets.newHashSet(locations);
localLocations.remove(CONTEXT_MODEL);
localLocations.remove(CONTEXT_WEBAPP);