Atomikos Forum |
|
AtomikosThreadLocalConnection.java
CT can be NULL! Right code : if ( !isInTransaction ( ct ) ) throw new AtomikosSQLException ( "Connection accessed by transaction " + (ct==null ? "null" : ct.getTid ()) ///CK + " is already in use in another transaction: " + transaction.getTid () + " Non-XA connections are not compatible with nested transaction use." ); |