When saving journal items. the JournalItem.Body is converted to an XmlDocument (including an id="-1" XmlNode) which is stored in the Journal_Data table.
Why can't I just store my custom data in JournalItem.JournalXml (which should be stored in the Journal_Data table directlly?)
thanks in advance