activemq-artemis/activemq-server
Clebert Suconic 2154c754c8 Fixing a NPE case after Duplciate detection
If a Transaction wasn't created, the case for duplciate Detection would cancel a transaction that never happened
and it would get a NPE instead of a TX Exception.

It wasn't a big deal as the client got an exception anyways and the users were able to cancel in that case
but the message sent was a string containing just "Null".

this will fix it with a proper handling
2015-04-09 15:03:47 -04:00
..
src Fixing a NPE case after Duplciate detection 2015-04-09 15:03:47 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-03-27 15:38:13 +00:00