Opened 14 years ago

Closed 14 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.

Change History (2)

by sparkliu, 14 years ago

Attachment: 1756 fix.patch added

Fix patch

comment:1 by sparkliu, 14 years ago

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