txCtx.getTransaction().setRollbackOnly();
}
throw throwable;
}
if (localTransaction != null && command.isSuccessful()) {
localTransaction.addModification(command);
}
return rv;
}
public LocalTransaction enlist(TxInvocationContext ctx) throws SystemException {