Opened 14 years ago

Closed 12 years ago

#1403 closed defect (fixed)

GETIDENTITYPROPERTIES should not throw MgClassNotFoundException on classes without identity properties

Reported by: jng Owned by: jng
Priority: low Milestone: 2.4
Component: Map Agent Version:
Severity: trivial Keywords:
Cc: brucedechant External ID:

Description

The current GETIDENTITYPROPERTIES call will throw a MgClassNotFoundException if you pass in a name of a class that has no identity properties.

This is sending the wrong message to client applications. The class exists, it just doesn't have identity properties. The proper server response should be an empty <PropertyDefinitions/> xml response.

Change History (2)

comment:1 by jng, 12 years ago

Milestone: 2.4
Owner: set to jng

comment:2 by jng, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk (r6716) and 2.4 (r6717)

Note: See TracTickets for help on using tickets.