Task #7238
Story #7101: Add diagnostic support functions on CNs to assist with MN test and deployment
Implement CNDiagnostic.echoSystemMetadata
Status:
Closed
Priority:
Normal
Assignee:
Ben Leinfelder
Category:
d1_cn_service
Target version:
Start date:
2015-06-26
Due date:
% Done:
100%
Estimated time:
0.00 h
Story Points:
Sprint:
Description
Diagnostic method for verifying system metadata structure
History
#1 Updated by Ben Leinfelder over 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- translation missing: en.field_remaining_hours set to 0.0
Now parsing v2 system metadata and spitting it right back out. Problems with parsing will be reported with an exception. Missing SM will be InvalidRequest, JIBX error will return as InvalidSystemMetadata, all other errors are ServiceFailure. r
#2 Updated by Ben Leinfelder over 9 years ago
- Estimated time set to 0.00
Tested with sysmeta that was missing identifier element:
<?xml version="1.0" encoding="UTF-8"?>
Expected "identifier" start tag, found "formatId" start tag (line 1, col 211)