Interestingly, I'm currently also trying to diagnose some oddness with JdbcTemplate as well, whilst the code looks like its closing the Response, the Statement, and the Connection - my connection pool (Atomikos) decides to log several hundred 'warnings' that its forcing statements closed cause the code never did.
I've not yet had a chance to dive in and see if its actually closing things or not thou. The issue does sound vaguely related to this thread thou... -- On Sat, Aug 1, 2009 at 9:07 AM, Keith Haber<[email protected]> wrote: > My understanding is that Spring JDBC's JdbcTemplate just gets > Connections from the DataSource object -- it doesn't spin up threads > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
