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 , 13 years ago
Milestone: | → 2.4 |
---|---|
Owner: | set to |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in trunk (r6716) and 2.4 (r6717)