//Make appropriate journal entry. (File, STATUS_READY)
PersistentJournal pJournal = PersistentJournal.makeJournal(m_outgoingJournal);
MemoryJournal journal = pJournal.getJournal(makeXid(7));
journal.addRecord(new FileJournalRecordCopyInsert(makeXid(7),
new File(m_outgoingTempDirectory, "outgoing.txt").getAbsolutePath(),
new File(m_outgoingDirectory, "outgoing.txt").getAbsolutePath(),
null, null));
journal.addRecord(new FileJournalRecordMkTemp(makeXid(7),