| Atomikos Forum | |
| 
 
		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 :-) |