Hmm didn't spot that to start with - I'd say your right. A new connection would be pulled from the pool and closed, leaving the original connection still "open". --
On Sat, Aug 1, 2009 at 7:41 PM, Mike Jones<[email protected]> wrote: > Isn't > this.getDataSource().getConnection().close() asking for a connection > from the pool and then closing (returning it to the pool) immediately? > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
