private TransactionContextManager transactionContextManager;
private XidFactory xidFactory = new XidFactoryImpl("geronimo.test.tm".getBytes());
protected void setUp() throws Exception {
TransactionManagerProxy tm = new GeronimoTransactionManager(1000, null, null);
transactionContextManager = new TransactionContextManager(tm, tm, tm);
}