cancel
Showing results for 
Search instead for 
Did you mean: 

Monitor user transactions

hollavalola
Champ in-the-making
Champ in-the-making
hi
I want to keep track of the user transactions as a record file.Is there a way to do that?
2 REPLIES 2

invictus9
Champ in-the-making
Champ in-the-making
What do you mean "the user transactions?" If you are referring to auditing of actions in the Alfresco repository, the short answer is "yes."

You have to turn on Auditing for each method that you want to audit; look for instructions for setting up auditConfig.xml. Once it is turned on, you can then see how to display the audit trail using the Freemarker template, "show_audit.ftl", that is included in your installation. At least, it seems to be included in 3.0 and later; I can't speak to earlier versions.

mrogers
Star Contributor
Star Contributor
You can also use Spring to register callbacks for the various transitions of transaction state.    Is this what you want?