[eml-dev] [Bug 5431] New: Data Manager throws exception for otherEntity when attributeList is optionally omitted
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Mon Jun 27 11:47:45 PDT 2011
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5431
Summary: Data Manager throws exception for otherEntity when
attributeList is optionally omitted
Product: EML
Version: 2.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: datamanager
AssignedTo: tao at nceas.ucsb.edu
ReportedBy: dcosta at lternet.edu
QAContact: eml-dev at ecoinformatics.org
Estimated Hours: 0.0
The EML schema (2.x.y) specifies that all data entities be classified as one of
six different DatasetType types:
dataTable
spatialRaster
spatialVector
storedProcedure
view
otherEntity
Of these, only 'otherEntity' is allowed to optionally specify an
'attributeList' element; the other five entity types are required to specify an
'attributeList' element.
The Data Manager Library assumes that all data entities are required to include
the 'attributeList' element, throwing an exception whenever it is not
specified. The DML should change its behavior in accordance with the EML
schema, allowing 'attributeList' to be an optional element when the DatasetType
is 'otherEntity'.
--
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Eml-dev
mailing list