Subject Pool bug?
Author dhay@lexmark.com
Hi,

We are seeing problems when we go over the max pool size.

I have a simple test case that opens a hibernate sessions and reads some
data. When I have 3 threads doing this, and set the pool max down to 2, we
would expect to see the 3rd thread wait until one of the other connections
are closed, and then proceed.

We see the thread wait until the timeout is reached,and then the exception
thrown.

Has anyone seen this behaviour before?

cheers,

David