Hello everyone,
I'm trying to use proxool with hibernate, and when I open more connections than I have allotted for the maximum connections property, I get an error saying there aren't any available connections. Isn't the connection supposed to wait for a free connection from the pool? Isn't this the point of connection pooling?
Does anyone know of any resources for getting started with hibernate/proxool? I don't need to know how to configure them, I need to know how to start actually using the pool with sessions...
Any help would be greatly appreciated! Thanks!
|