Hi all,

I'm running into an issue where my pooled connections are timing out.  I've
tried both the Hibernate default pool as well as DBCP.  Digging a little
deeper, I see that when Hibernate creates it's DBCP pool via a
PoolableConnectionFactory, it doesn't specify a validation query.  

As I see it, my options at this point are to:

A - screw around with database settings to increase the timeout values...not
a preferred option
B - Write my own ConnectionProvider/Pool to take advantage of additional
properties
C - Write a patch for Hibernate to take additional properties on
construction of the GenericObjectPool/PoolableConnectionFactory.

Am I missing anything here?

Thanks,
Ken Robinson


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to