Atomikos Forum |
|
I have been having problems with my non-xa datasource closing during a transaction (My transactions are very short, generally a few seconds) because the connections are marked erronous and closed. I was able to solve the problem by setting the reapTimeout to 0 in the datasource bean.
After looking at the 3.3.4 source code I think there might be a problem with the updateLastTimeReleased() method never being called on a AtomikosNonXAPooledConnection like it is in AtomikosXAPooledConnection. Has anyone else notice this problem? |