Closed
Description
Guillaume Nodet opened SPR-5470 and commented
If the JMS exception has no message, a NPE is thrown
Exception in thread "org.apache.servicemix.jbi.cluster.requestor.ActiveMQJmsRequestorPool#717dc9-3" java.lang.NullPointerException
at java.lang.String.indexOf(String.java:1564)
at java.lang.String.indexOf(String.java:1546)
at org.springframework.jms.support.JmsUtils.buildExceptionMessage(JmsUtils.java:255)
...
Affects: 2.5.6
Issue Links:
- JmsUtils.buildExceptionMessage throws NPE if the linked exception doesn't have a message [SPR-5275] #9948 JmsUtils.buildExceptionMessage throws NPE if the linked exception doesn't have a message ("duplicates")