xatest.setUseOTS(useOTS);
for (ASFailureSpec spec : fSpecsNode)
xatest.addResource(spec);
return xatest.startTest(tx) ? "Passed" : "Failed";
}
}
// Dedicated for the second call (remote side) of the propagation tests, i.e. it expects to be run within an existing transaction.
@TransactionAttribute(TransactionAttributeType.MANDATORY)