return null;
ServerTransaction tr = serverTransaction(baseTr);
if (tr.isNested()) {
final String msg = "subtransactions not supported";
final CannotNestException cne = new CannotNestException(msg);
txnLogger.log(Levels.FAILED, msg, cne);
throw cne;
}