I've created JIRA AXIS2-2328 for this. I've also attached the patch to fix the problem.
Michele On Wed, 2007-03-14 at 15:54 +0000, Michele Mazzucco wrote: > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
