On 1/14/10, sebb <seb...@gmail.com> wrote: > > On 14/01/2010, Phil Steitz <phil.ste...@gmail.com> wrote: > > Unless I am reading the output of the latest failures wrong or we > > are picking up the wrong hashcode (should be innermost delegate), > > It's currently the connection returned by getConnection(). > I'll fix that.
Should actually be correct as is. As you recall from equals() discussion,. DelegatingConnection hashCode gets it from the innermostDelegate. System.idendityHashCode should pick this up. Could be overrriden somewhere, but I don't think so. Phil > this is now looking like it could be a pool bug - allowing more than > > maxActive distinct connections to be simultaneously active. Need to > > look at this some more. It is worth temporarily modifying the pom > > to use pool 1.4 for a test. > > OK; I think we should see if there are duplicate hashes first. > > > > > Phil > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > > For additional commands, e-mail: dev-h...@commons.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >