print out the connection object. See what it says.
For example in this code fragment :

datafinder = new JNDIFinder("java:comp/env/jdbc/AthenaDB") ;
ds = datafinder.ReturnDataSource() ;
if(ds!=null){
Connection conn = ds.getConnection() ;
System.out.println(conn.toString()) ;


Should result in some text with the word DBCP being printed out along with a number.

David Durst wrote:
I've used DBCP on 4.1.12 and 4.0.X
BTW how do you verify that the connections are being pooled????



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to