Just converting an app to JAVA 7 and wondering if anyone has had issue with try with resources and c3p0 connection pool.
I guess now JAVA automatically closes db, prepared statements and statements if you use the the try with resources.
Does it mean that the underlying APIs such as the JDBC driver and c3p0 must implement AutoClosable?
I'm using c3p0 0.9.2.1 and jtds 1.3.0