Atomikos Forum

Wrong java code in jdbc.nonxa.AtomikosThreadLocalConnection

In file AtomikosThreadLocalConnection.java in Atomikos 3.3.3

this statement is always false

if ( isStale () && NON_TRANSACTIONAL_METHOD_NAMES.equals ( methodName ) )


fix is :

if ( isStale () && NON_TRANSACTIONAL_METHOD_NAMES.contains ( methodName ) )



Use IntelliJ IDEA to catch bugs immediately :-)
cesnek Send private email
Tuesday, September 23, 2008
 
 
Thanks very much! Created a case for this...

Guy
Guy Pardon Send private email
Tuesday, September 23, 2008
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics