Hi,
I am trying to write a specific AuditComponent so as to make use of audit facts before sending them to the database.
I have studied for hours the code about auditing services in alfresco (org.alfresco.repo.audit and its subpackages) but I still don't understand where exactly in the code it is specifies to audit an entry if the auditConfig.xml file specifies to do so. With my AuditComponent implementation, every audit entry annotated as @Auditable in the classes is been auditing, and that is too much information for me (actually the default auditConfig.xml file would be a fine auditing configuration, if only I could apply it !)
If someone knows about auditing services and could explain me that particular point, I would be grateful.
Thanks in advance,
Damien