Hi everybody, we are trying to extend AuditLogging functionalities, without success.
This is what we did: 1) Create a new Class MyAuditLogging, extending AuditLoggingManager 2) Create a method log(action, data) and calling super.log inside it 3) Configure a new component in our module descriptor: [code] <components> <id>main</id> <component> <type>info.magnolia.audit.AuditLoggingManager</type> <implementation>com.myproject.MyAuditLoggingManager</implementation> <workspace>config</workspace> <path>/server/auditLogging</path> <observed>true</observed> <scope>singleton</scope> </component> </components> [/code] For sure this is not the right configuration, since yes, our "log" method is called, but neither super.log works anymore (it loses its own config on JCR) neither observation works anymore (a change on path /server/auditLogging does not have any effect and module is not reloaded). So, 2 questions: 1) Is it possible to extend it? 2) How? And generally speaking, why that core.xml component does not have <implementation> class? Thanks for any help, Matteo & friends.. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=6cb08e12-d84a-4730-842b-2c0253b00585 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------