// replay the transaction log, updating the cache and adding any messages to be dispatched
// to the container
firstException = null;
try {
transactionLog.replay(new ReplayListener() {
LogRecord record = new LogRecord(DEFAULT_RECORD_SIZE);
public void onRecord(LogRecord logRecord) {
readPacket(logRecord, container);
}