We're trying to implement an audit trail of activity, (who's adding content, deleting e.t.c). Our first thought was to record the activity in a seperate database but this means using distributed transactions. Has anyone been able to use distributed transactions with JackRabbit ? or is there a much better solution to the audit trail problem that we have completley missed.
Many Thanks Harvey
