assertEquals(MethodDeclarations.optimisticPrepareMethod, calls.get(2));
//assert we have the tx in th table
assertEquals(1, cache.getTransactionTable().getNumGlobalTransactions());
assertEquals(1, cache.getTransactionTable().getNumLocalTransactions());
cache.stopService();
}
public void testRemotePrepareSuspendTransaction() throws Exception
{