David,

I did it for you :). You were right, no elements are removed from the HashMap in org.apache.axis2.util.CallbackReceiver. In method receive(), replacing callbackStore.get(messageID) with callbackStore.remove(messageID) will fix the problem.

Michele


On 13 Mar 2007, at 22:54, David Illsley wrote:

If it's the client, and there's a single CallbackReceiver, I've been
suspicious about the code in there which never removes anything from
it's callbackStore HashMap. I haven't had a chance to look into this
in detail though.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to