Opened 16 years ago

Closed 16 years ago

#698 closed defect (fixed)

Schema report preview for child feature classes generates exception

Reported by: ronnielouie Owned by:
Priority: medium Milestone:
Component: Feature Service Version: 2.0.1
Severity: major Keywords:
Cc: External ID: 1045331

Description

  1. Create a WMS feature source to http://wms.jpl.nasa.gov/wms.cgi or any other feature providers and feature source that defines parent/child classes.
  1. Point your browser to http://localhost/mapguide/schemareport/main.php and enter the feature source created above.
  1. Click on "View Data" for the global_mosaic class.

The result will be an exception because action references a parent class which cannot be found in the temporary schema.

Change History (1)

comment:1 by ronnielouie, 16 years ago

Resolution: fixed
Status: newclosed

Clicking on the View Data link in the feature souce preview (SchemaReport) for classes with a parent class generates an error. This is caused the serialization of the class definiition cannot find the base class definition. The fix is to add the class definition for the base class to the schema before serializing it.

http://trac.osgeo.org/mapguide/changeset/3327

Note: See TracTickets for help on using tickets.