RE: [dbcp] new user questions

2015-09-03 Thread Pruitt, Byron S
Thanks. -Original Message- From: Phil Steitz [mailto:phil.ste...@gmail.com] Sent: Thursday, September 03, 2015 1:26 PM To: Commons Users List Subject: Re: [dbcp] new user questions > On Sep 3, 2015, at 9:22 AM, Pruitt, Byron S wrote: > > I am new to the DBCP

[dbcp] setting connection defaults

2015-09-03 Thread Pruitt, Byron S
What is the best to set properties like auto commit. The DataSource interface doesn't expose anything. The only thing I can find that supports these properties is BasicDataSource. Thanks in advance. Steve Pruitt - To

Re: [dbcp] new user questions

2015-09-03 Thread Phil Steitz
> On Sep 3, 2015, at 9:22 AM, Pruitt, Byron S wrote: > > I am new to the DBCP framework and I have some newbie questions. > > I have the PoolingDataSourceExample working with my driver and I get > connections from my DataSource. > > What I am unclear on is how I

Re: [dbutils] Statement Configuration, 1.7 release?

2015-09-03 Thread Gary Gregory
Any Apache committers willing to RM? Gary On Mon, Aug 31, 2015 at 9:57 AM, John Huffaker wrote: > Hi All, > > I was curious if you were considering doing a 1.7 release anytime soon? A > patchset that allows us to set query timeouts on underlying statements was >

[dbcp] new user questions

2015-09-03 Thread Pruitt, Byron S
I am new to the DBCP framework and I have some newbie questions. I have the PoolingDataSourceExample working with my driver and I get connections from my DataSource. What I am unclear on is how I return a connection back to the pool. After I have finished with executing a statement and finished

Re: [SCXML] Timers in SCXML

2015-09-03 Thread giangttpham
I know this topic has been solved a long time ago but if anyone out there is listening, please help me. This is the scxml I have but the Timer delay doesn't work. I have the same problem as the person who started this post, after the send, the program just stops, it never goes to the next state.

Re: [dbcp] setting connection defaults

2015-09-03 Thread Phil Steitz
On 9/3/15 12:26 PM, Pruitt, Byron S wrote: > What is the best to set properties like auto commit. The DataSource > interface doesn't expose anything. The only thing I can find that supports > these properties is BasicDataSource. This depends on your application, but it's good to start with