Hi,
I am using c3p0 for connection pooling.
I use Spring with Hibernate
Instead of org.springframework.jdbc.datasource.DriverManagerDataSource , I am using com.mchange.v2.c3p0.ComboPooledDataSource, Class for my Data Source, jdbc logger is unable to log the sql. Please help ...