false);
xmlReader
.setFeature("http://xml.org/sax/features/namespace-prefixes",
false);
} catch (Exception e) {
throw new RepositoryConfigurationException("Internal SAX error while "
+ "preparing for Method Map datastream parsing: "
+ e.getMessage());
}
try {
xmlReader.parse(new InputSource(in));