Kulchar,

The FileAuditor is still work-in-progress. Have a look at https://issues.apache.org/activemq/browse/SM-1096 for the outstanding issues on it. I think you still have to add it to the <sm:services/> section of your servicemix.xml file -- this auditor doesn't register itself as a service automatically (yet), that's why you have to it yourself.

Does this help?

Gert

Kulchar wrote:
Hello,

I can't seem to find an example of using fileAuditor anywhere?  In my
integration test (which now works) I added the following lines.

* Directory c:/TEMP/audit/AUDIT.file gets created - but no audit files are
deposited.

I must be doing something wrong.  Any ideas?  Any at all?

    <audit:fileAuditor
        container="#testjbi"
        directory="c:/TEMP/audit/AUDIT.file"
    >
</audit:fileAuditor>

Reply via email to