Just close the connection when you're done - that won't REALLY close it, it will just return it to the pool (just like any other connection pool).
Larry On Wed, Jan 20, 2010 at 7:17 AM, Wesley Acheson <[email protected]> wrote: > Yes thats what I suspected. When the JDBC queries run do I close the > connection object returned by this SimpleDataSource object? or is > there some other way to return the connection back to the pool? > > Regards, > > Wesley Acheson > > On Wed, Jan 20, 2010 at 3:12 PM, Larry Meadors <[email protected]> > wrote: >> sqlMapClient.getDataSource(); >> >> On Wed, Jan 20, 2010 at 7:05 AM, Wesley Acheson >> <[email protected]> wrote: >>> Hi all, >>> >>> we have a need to drop down to a JDBC query at some point in our >>> application. >>> >>> Is it possible to get a connection from the SimpleDataSource pool. (I >>> see that this is a method on SimpleDataSource). If so how does one >>> return the connection to the SimpleDataSource object? >>> >>> Regards, >>> >>> Wesley Acheson. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
