Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#610 closed defect (fixed)

import ISO19139 "IllegalStateException : Root element not set"

Reported by: fderuette Owned by: geonetwork-devel@…
Priority: major Milestone: v2.7.0
Component: General Version:
Keywords: import metadata Cc:

Description

For geosource 2.7.1, it is not possible to import some ISO19139 metadata (even those produced by the catalog himself).

log on the user francophone list : http://osgeo-org.1803224.n2.nabble.com/Probleme-import-fichier-iso19139-2-7-1-td6823555.html

Change History (3)

comment:1 by Fxp, 13 years ago

Milestone: v2.7.0Future release
Version: v2.6.5

In the metadata record :

  • missing metadataStandardVersion use for iso19139 schema detection.
<gmd:metadataStandardName>
			  <gco:CharacterString>ISO 19115:2003/19139|ISO 19115</gco:CharacterString>
			</gmd:metadataStandardName>
			<gmd:metadataStandardVersion>
			  <gco:CharacterString>1.0</gco:CharacterString>
			</gmd:metadataStandardVersion>
  • gfc namespace declared and unused result in iso19110 schema detected.

Require improvements in SchemaManager#autodetectSchema

comment:2 by simonp, 13 years ago

Resolution: fixed
Status: newclosed

Should be fixed in svn commit 8622 by refactor of autodetect rules See also developer documentation section on schemaPlugins

comment:3 by ianwallen, 12 years ago

Milestone: Future releasev2.7.0
Note: See TracTickets for help on using tickets.