Defect HC-5462

Additional trace information and null pointer check ECSAXMessageMapper.java

Software

Customer case Applies to Corrected in
CS0143018 V8.0.4.24 8.0.4.25

Observed behavior

Null value for the xmlMessageTemplate will lead to a null pointer exception being raised.

Expected behavior

The null value should have been caught and logged.

Resolution

The code was updated to detect the null value and log it to aid in problem determination.