if ( !recovered ) {
try {
connection.transactionTerminated ( false );
} catch ( Exception e ) {
Configuration.logWarning ( "Error in non-XA rollback", e );
throw new HeurHazardException ( getHeuristicMessages () );
}
}
return getHeuristicMessages ();
}