Jörg Hoh wrote... Why do you want to process the journal data? There is
no API to access this data from outside of Jackrabbit/CRX, it's an
implementation detail. Jörg We have api
javax.jcr.observation.ObservationManager through this we can access the
jcr api from external environment.some like that ObservationManager
observationManager = session.getWorkspace().getObservationManager();
EventJournal eventJournal =
session.getWorkspace().getObservationManager().getEventJournal();
while(eventJournal...