Bonjour,
Le mercredi 07 novembre 2012, antalk a écrit... > <property name="hibernate.c3p0.acquire_increment">1</property> > <property name="hibernate.c3p0.idle_test_period">240</property> > > <property name="hibernate.c3p0.max_size">100</property> > <property name="hibernate.c3p0.max_statements">0</property> > <property name="hibernate.c3p0.min_size">10</property> > <property name="hibernate.c3p0.timeout">300</property> > <property > name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property> > To your hibernate.cfg.xml and make sure you have C3P0 as available library > on the classpath. > Should work ootb. My pool was build with these requirements. The problem seems to be in the Hibernate 4.x version. Moving hibernate-c3p0 from version 4.1.7.Final to 3.6.10.Final resolved the issue! Thanks to all for pointing me in another direction! I thought it was something wrong in my hibernate and c3p0 files. -- jm --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org