Melih Utkan UNSAL wrote:
Hi,

i am trying to find the behaviour of dbcp about autocommit property.

i am getting the connection from pool and then setting autocommit property 
false .


after doing a few transactions,i commit or rollback the transaction and then i 
close the connection so it goes back to the pool.

everthing is ok up to now.

if i get that connection one more time after theese operations, then what is 
the autocommit property? False or True ?

i expect to be false because i set it false and sent to pool.
The answer depends on the defaultAutoCommit property setting. The default value of this property is true, so unless you have set it to false in your configuration, you should get connections with autoCommit = true when borrowing from the pool.
Phil
what do you think?




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to