connection.transactionTerminated ( false );
} catch ( Exception e ) {
Configuration.logWarning ( "Error in non-XA rollback", e );
//see case 30752: don't throw HAZARD because retries are probably useless
//and the connection won't be reused by the pool but destroyed instead
throw new HeurMixedException ( getHeuristicMessages () );
}
}
return getHeuristicMessages ();
}