Which c3p0 properties I must use for Hibernate Configuration?
My configuration is as follow:
<property name="hibernate.c3p0.min_size">5</property>
<property name="hibernate.c3p0.max_size">20</property>
<property name="hibernate.c3p0.timeout">1800</property>
<property name="hibernate.c3p0.max_statements">50</property>
<property name="hibernate.temp.use_jdbc_metadata_defaults">false</property>
What are necessary properties and correct values I've missed?
The most important c3p0 that your application may work with it properly is as follows: