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]

Reply via email to