Opened 13 years ago

Closed 13 years ago

#1756 closed defect (fixed)

ServerFeatureService.DescribeSchemaAsXml will throw exception when geometry property is inherited from base class

Reported by: sparkliu Owned by:
Priority: low Milestone:
Component: Feature Service Version:
Severity: trivial Keywords:
Cc: External ID:

Description

When the geometry property is inherited from base class (which means no extra geometry property defined in child class), ServerFeatureService.DescribeSchemaAsXml will throw exception.

This is because when trying to change MgClassDefinition back to FdoClassDefinition, it always try to get geometry property from the property collection in child class instead of base class.

Attachments (1)

1756 fix.patch (1.7 KB ) - added by sparkliu 13 years ago.
Fix patch

Download all attachments as: .zip

Change History (2)

by sparkliu, 13 years ago

Attachment: 1756 fix.patch added

Fix patch

comment:1 by sparkliu, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.