File journalPath = new File(m_channel.getOutgoingJournalPath());
if (!journalPath.isAbsolute())
{
GenericConfig platformConfig = new GenericConfig();
journalPath = new File(platformConfig.createDataDirectory(),
m_channel.getOutgoingJournalPath());
}
mcf.setJournalDirectory(journalPath.getAbsolutePath());