|
If you add this construct to md_metadata.properties (in /data/csw)
language.LanguageCode.@codeList='http://www.loc.gov/standards/iso639-2/' language.LanguageCode.@codeListValue='dut' language.LanguageCode='Nederlands'
you will get a generic exception when requesting a getrecord
java.lang.ClassCastException: org.geoserver.csw.records.GenericRecordBuilder$TreeBranch cannot be cast to org.geoserver.csw.records.GenericRecordBuilder$ComplexTreeLeaf
could be improved by showing a message in the error which configuration item caused the error
|