try {
uriToClasspathLocationMappings = PropertiesLoaderUtils.loadAllProperties(SCHEMA_MAPPINGS_LOCATION,
resourceLoader.getClassLoader());
} catch (IOException e) {
throw new ConfigurationPointException("Unable to load Spring schema mappings from "
+ SCHEMA_MAPPINGS_LOCATION, e);
}
String desc = "SpringSchema[" + SCHEMA_MAPPINGS_LOCATION + "]";