-
Bug
-
Resolution: Done
-
Minor
-
7.0.1.CR2
-
None
There is possible NPE in XMLDataImporter#processMessageProperties
realValue = null;
case XmlDataConstants.PROPERTY_TYPE_SIMPLE_STRING: if (!value.equals(XmlDataConstants.NULL)) { realValue = value; } message.putStringProperty(new SimpleString(key), new SimpleString(realValue)); break;
If realValue is null, new SimpleString(realValue) throws NPE
- clones
-
JBEAP-5402 (7.1.0) Possible Null Pointer Exception during message properties read using XmlDataImporter
- Verified
- is incorporated by
-
JBEAP-5471 (7.0.z) Upgrade Artemis from 1.1.0.SP18 to 1.1.0.SP19
- Verified