Actions
Bug #3474
closedAdd full schema checking when metacat register new schema
Start date:
08/26/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3474
Description
Currently, when metacat register new schema, it doesn't check if the schema is valid or not. We need to check if the schema itself is valid or not.
We don't want to add full schema checking during the process of inserting every document.
Updated by Michael Daigle about 16 years ago
Added XMLSchemaService to maintain list of registered services. Added code to check document for and schemaLocations and to see if any of those locations are not already registered in metacat. If not, set the full schema checking function on the parser.
Created SchemaRegistryTest to test different registry scenarios.
Actions