Object ret = Boolean.FALSE;
Configuration.logDebug ( this + ": getAutoCommit() returning false." );
return ret;
}
CompositeTransactionManager ctm = Configuration.getCompositeTransactionManager ();
CompositeTransaction ct = ctm.getCompositeTransaction();
// if we are already in another (parent) tx then reject this,
// because nested tx rollback can not be supported!!!
if ( ct != null && !isInTransaction ( ct ) )
AtomikosSQLException.throwAtomikosSQLException (