log.info("BMT method called with tx status: " + txStatus);
log.info("BMT testXA called with " + specs.length + " specs");
for (ASFailureSpec spec : specs)
xatest.addResource(spec);
return xatest.startTest() ? "Passed" : "Failed";
}
public String testXA(String testEntityPK, boolean reverseOrder, ASFailureSpec... specs)