@BeforeMethod
public void setUp() throws XAException {
Cache mockCache = mock(Cache.class);
configuration = new ConfigurationBuilder().build();
txTable = new XaTransactionTable();
txTable.initialize(null, configuration, null, null, null, null,
null, null, null, null, mockCache, null);
txTable.start();
txTable.startXidMapping();
TransactionFactory gtf = new TransactionFactory();