Hi team,
I'm currently developing a XAF application, using application server. As per business requirements, we also have some windows and web services that need read/write access to our application objects. I connect these via tcp to our application server and they work perfectly.
I've been looking the way for these clients to write audit trails, but I haven't been successful. I've tried using "AuditTrailService.Instance" to begin an audit session and directly creating the audit objects and saving them using "AddCustomAuditData", but the ObjectAuditProcessorsFactory doesn't get initialized, so I get an exception. I've also tried to create audit objects through the ObjectSpace and I get an exception because there are no constructors.
Can you please help me with any idea?
Thanks for your help,
Rebeca