On 10/22/2009 07:51 PM, Rajith Attapattu wrote:
Running org.apache.qpid.test.unit.xa.FaultTest.testPrepare()  seems to
cause the C++ broker to send SessionKnownCompletedBody after
SessionDetachBody in some cases.

When the broker sends SessionDetachBody to the java client it removes
the session from it's map.
(Line 361 in Connection.java)

The broker then sends SessionKnownCompletedBody which results in a
NullPointer on the java client side as it tries to dispatch this
method on the session it has just removed.
(Line 318 in Connection.java)


This is a regression introduced by me on the broker side, I'll commit a fix shortly.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to