Gunnar Hillert opened INT-2257 and commented
We don't handle null messages correctly.
In class "ContentEnricher":
replyMessage = this.gateway.sendAndReceiveMessage(actualRequestMessage);
and then we immediately try to handle the message but because it is "null"...things blow up.
Once a "null" message is received, skip further processing and return method.
Affects: 2.1 M3
Issue Links: