Aren't the chained method calls to
this.getDataSource().getConnection()... a bit suspect? Aren't they
trying to pull a fresh connection of the pool each time but then
aren't being closed. 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to