flushSleepTimeMilliseconds, logFileDir, logFileExt, logFileName, maxBlocksPerFile,
maxBuffers, maxLogFiles, minBuffers, threadsWaitingForceThreshold, xidFactory,
serverBaseDir);
howlLog.doStart();
transactionManager = new GeronimoTransactionManager(1200, xidFactory, howlLog);
} catch (Exception e) {
throw new IllegalStateException(e);
}
}