Ernst de Haan - 2008-01-10

Logged In: YES
user_id=11053
Originator: YES

#5. In convertRequest and convertResult, then behaviour of the convertResultImpl method is checked. When that is considered invalid, then Utils.logProgrammingError is called. However, the detecting class/method and subject class/method are not specified, causing the logProgrammingError method to produce an incorrect log message.
The detecting class/method and subject class/method should be specified explicitly.
This change would not introduce any incompatibilities.