Hello,
I’am using J2EE Application Server and I want to access database by the connection pool (Datasource). Is it possible? How?
Thanks!
Hello,
I’am using J2EE Application Server and I want to access database by the connection pool (Datasource). Is it possible? How?
Thanks!
Hello !
I am affraid that with the current version (1.1.7) it is not possible. Clover uses its own DBConnection object which embeds java.sql.Connection object. It is currently not possible to interchange it with Datasource or even Connection obtained from Datasource.
All available components use Clover’s DBConnection object to obtain statements used for Clover2DB communication.
You would need to modify DBConnection - create your own version. It is doable, but not so simple.
David.