1. Connection Pooling using C3P0ConnectionProvider forum.hibernate.orgI am using Hibernate with Jboss and PostgreSQL. In connection pooling I am using C3P0ConnectionProvider class. It is working fine. CASE 1: While configuring I have mentioned the min pool size as 5 and max pool size as 40. It is not displaying the connection pool size in console. How can know the Connection Pool size in this case? CASE 2: ... |
2. C3P0ConnectionProvider configured with datasource forum.hibernate.orgHibernate version: 3.2.5ga, hibernate-c3p0 3.3.0ga c3p0 version: 0.9.1.2 Tomcat version: 6.0.18 Hibernate.cfg.xml mapping: |