Code:
<property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
<property name="connection.url">jdbc:oracle:thinxxxxx</property>
<property name="connection.username">xxx</property>
<property name="connection.password">xxx</property>
<property name="proxool.house-keeping-sleep-time">30000</property>
<property name="proxool.house-keeping-test-sql">select 1 from dual</property>
<property name="proxool.maximum-connection-count">3</property>
<property name="proxool.maximum-connection-lifetime">4</property>
<property name="proxool.maximum-connection-lifetime">4</property>
...
seems it's not using proxool:
Code:
2004-03-11 17:51:21,218 INFO [main] impl.SessionFactoryImpl (SessionFactoryImpl.java:132) - building session factory
2004-03-11 17:51:21,281 INFO [main] dialect.Dialect (Dialect.java:83) - Using dialect: net.sf.hibernate.dialect.OracleDialect
2004-03-11 17:51:21,296 INFO [main] connection.DriverManagerConnectionProvider (DriverManagerConnectionProvider.java:41) - Hibernate connection pool size: 2
2004-03-11 17:51:21,296 INFO [main] connection.DriverManagerConnectionProvider (DriverManagerConnectionProvider.java:70) - using driver: oracle.jdbc.driver.OracleDriver at URL: jdbc:oracle:thin:@
2004-03-11 17:51:21,296 INFO [main] connection.DriverManagerConnectionProvider (DriverManagerConnectionProvider.java:71) - connection properties: {user=xxxx, password=xxxx}
2004-03-11 17:51:21,312 INFO [main] impl.SessionFactoryImpl (SessionFactoryImpl.java:162) - Use outer join fetching: true
2004-03-11 17:51:22,078 INFO [main] impl.SessionFactoryImpl (SessionFactoryImpl.java:185) - Use scrollable result sets: true
2004-03-11 17:51:22,078 INFO [main] impl.SessionFactoryImpl (SessionFactoryImpl.java:194) - echoing all SQL to stdout
2004-03-11 17:51:22,687 INFO [main] util.ReflectHelper (ReflectHelper.java:328) - reflection optimizer disabled for: com.auchan.protoj2ee.bo.OperationSpeciale, InstantiationError: com.auchan.protoj2ee.bo.OperationSpeciale
2004-03-11 17:51:23,125 INFO [main] impl.SessionFactoryObjectFactory (SessionFactoryObjectFactory.java:82) - no JDNI name configured
2004-03-11 17:51:23,125 INFO [main] impl.SessionFactoryImpl (SessionFactoryImpl.java:269) - Query language substitutions: {}