Hi,
I am currently looking at the auditing capabilities of Alfresco and although I have found a way to Extract the deleted comments values using the content service to access the reader for the deleted node ref, when trying to do the same for a newly created comment the call to contentService.getReader(nodeRef, ContentModel.PROP_CONTENT) returns null.
I had tried starting with the alfresco-access example as a base for the auditing but this does not record event on things like comments it just contains the commentCount as one of the properties.
Any help or advise on this would be much appreciated.
G