Re: Writing audit entries after action/transaction complete?

2016-03-19 Thread Dan Haywood
Sure. Actually, ActiveMQ is pretty easy to set configure, and the implementation to publish to a queue even easier... https://github.com/isisaddons/isis-module-publishmq/blob/master/webapp/src/main/webapp/WEB-INF/web.xml#L27 https://github.com/isisaddons/isis-module-publishmq/blob/master/webapp/sr

Re: Writing audit entries after action/transaction complete?

2016-03-15 Thread Erik de Hair
Hi Dan, Thanks, I will look at how that addon works to write our own implementation. Implementing Activemq is a bit to much effort for a small improvement but it could be interesting in the future. Met vriendelijke groet, *Erik de Hair* Software Engineer | Pocos bv On 03/14/2016 10:30 AM

Re: Writing audit entries after action/transaction complete?

2016-03-14 Thread Dan Haywood
Hi Erik, yes, the framework calls the auditing service within the transaction. The implementation of the auditing service is pluggable however, and in fact the framework did not itself provide an out-of-the-box implementation. I presume you are therefore referring to the Isis Addons implementatio

Writing audit entries after action/transaction complete?

2016-03-14 Thread Erik de Hair
Hi, It looks like the audit logging is executed before an action is fully completed. (Is that correct?) Is it possible to do the audit logging asynchronously, so after the action itself was fully completed and all changes committed to the database? For larger data structures the audit logging