pool « cfg « JPA Q&A





1. Connection Pooling Resurrection After Bounce / Resetting Cfg    forum.hibernate.org

Hello gurus - I cannot seem to find the right combination of c3p0 properties to get my Hibernate session factory to resurrect after an Oracle instance controlled by other folks gets bounced. Below are the relevant portions of my .cfg.xml file. 1 30 100 0 5 45 100 true I'm pretty sure this ...

2. proxool Pool in hibernate.cfg.xml    forum.hibernate.org

Hi! I have this hibernate.cfg.xml : net.sf.hibernate.dialect.MySQLDialect true false com.mysql.jdbc.Driver user pwd 10 select CURRENT_DATE Whenever i ...