0
Fixed

Type mismatch with GetValue seems to throw misleading error

Matthew Clark 12 years ago updated by anonymous 8 years ago 2

See IDB-227. When GetValue was called to retrieve a StringValue from an integer field, the error stated "Type Entity was expected". A quick search on JIRA shows this message coming up where the GetValue type does not match the field definition type. This error message should be improved for future Identity Broker versions.

Please determine where this message is coming from.

This was fixed 3 weeks ago; the displayed type was the type of entity, not the anticipated type; as such 'Entity' was the message type.