743744745746747748749750751752753
* This will also potentially throw exceptions for MANDATORY and NEVER types. * </p> */ private boolean createNewTransaction(SpiTransaction t, TxScope scope) { TxType type = scope.getType(); switch (type) { case REQUIRED: return t == null; case REQUIRES_NEW: