throw new DeploymentException("Could not compile schema type system: errors: " + errors);
}
} catch (XmlException e) {
throw new DeploymentException("Could not compile schema type system", e);
}
schemaInfoBuilder = new SchemaInfoBuilder(null, new URI(""), schemaTypeSystem);
Map map = schemaInfoBuilder.getSchemaTypeKeyToSchemaTypeMap();
for (Iterator iterator = map.entrySet().iterator(); iterator.hasNext();) {
Map.Entry entry = (Map.Entry) iterator.next();
log.debug(entry.getKey() + " --> " + entry.getValue());
}