Skip to end of metadata
Go to start of metadata

Transaction journals in Prevayler are handled by a Journal object registered via PrevaylerFactory. The Journal interface is defined as this:

An error occurred: cvs.prevayler.codehaus.org. The system administrator has been notified.

The default Journal implementation used is PersistentJournal, which writes transaction journals sequentially, creating one file per Transaction executed. All PersistentJournal-generated file names are exactly 27 characters long, and are numbered sequentially (e.g., 0000000000000000089.journal), and contain a serialized version of that transaction.

Labels
  • None