2 Replies Latest reply on Dec 10, 2010 11:58 AM by derekmd

    Seam 2 Audit Logging

    derekmd

      I'm trying to track transactions, conversations, AJAX requests, etc. by enabling the JBoss server's audit logging feature whose instructions are outlined in Chapter 10 of the JBoss Security Guide.


      The audit.log file is created on server startup but at no point is any data written to it when navigating my project. Does Seam 2 support this type of JBoss server logging? If not, are there alternate solutions available?

        • 1. Re: Seam 2 Audit Logging
          shanghanyu

          You may wanna take a look at hibernate envers. Its a good way to do auditing.

          • 2. Re: Seam 2 Audit Logging
            derekmd
            Envers actually looks ideal for some parts of the tracking I'm looking at, but I was hoping to go even lower level to audit AJAX requests with parameter values and transaction+conversation start/end timestamps. Our auditing is used to troubleshoot end-user bug reports with only a description like, "error on the search page." We need to use our system to gather more details and better troubleshoot what is occurring with each action.