Actions
Bug #5431
closedData Manager throws exception for otherEntity when attributeList is optionally omitted
Status:
Resolved
Priority:
Normal
Assignee:
Category:
datamanager
Target version:
Start date:
06/27/2011
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5431
Description
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'.
Actions