Re: [jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-04 Thread Davoust, Pascal
Indeed I was referring to the tomcat jdbc-pool code, not mine :-). Now, I would suggest to consider that this problem is more common than you could imagine at first sight. First because this is randomly occuring, but frequently enough so that it shows up in quite a few areas. A few examples where

Re: [jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-04 Thread Davoust, Pascal
- irrespective of what you do with the connection. Am I wrong? Regards Le 5 janv. 2013 00:20, Christopher Schultz ch...@christopherschultz.net a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pascal, On 1/4/13 5:56 PM, Davoust, Pascal wrote: Indeed I was referring to the tomcat

[jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-03 Thread Davoust, Pascal
Hi all, I'm using the tomcat jdbc connection pool (7.0.34) to connect against a PostgreSQL database (version 8.4 - jdbc driver 9.0.801) and I'm having a potentially dodgy situation with the validation mechanism. The code I'm using does change the transaction isolation level of a connection that