Atomikos Forum |
|
I use XA datasource out of transaction and I found that com.atomikos.datasource.pool.ConnectionPool does not reset autocommit flag on borrowConnection
When I request AtomikosDataSourceBean for connection, I cannot rely on default autocommit flag, because thread which used it last time might modify it. Is there any way to configure atomikos to behave in predictable and expectable way or I have to implement it myself? |