xsd schema validation for metadata profiles not invoked
Brought to you by:
mhogeweg
In Geoportal version 10 and Geoportal Server 0.9 and 1.0, xsd schema validation for metadata profiles is not invoked even when schemas are referenced. Means that if in a geoportal metadata profile an xsd is referenced, xsd validation will not be invoked and only the definition.xml file is used for validation. The fix is to uncomment the line in the com.esri.gpt.catalog.schema.Schema Schema.java class, then recompile:
//setXsdLocation(DomUtil.getAttributeValue(attributes, "xsdLocation"));
fixed in version 1.1