SourceForge.net Logo

Requirement: message.map.null

For MapMessage, attempting to read a null value as a Java primitive type must be treated as calling the primitive's corresponding valueOf(String) conversion method with a null value. Since char does not support a String conversion, attempting to read a null value as a char must throw NullPointerException.

See:

  • Section 3.11.3, Conversions Provided by StreamMessage and MapMessage