1 Reply Latest reply on Sep 26, 2004 9:42 AM by pilhuhn

    Writing Custom Interceptor

    paper57

      I would like to write a custom interceptor to perform application specific logging.

      I would like this logging to occur outside of the current transaction, as otherwise the logging (to a database) will be potentially rolled back with the transaction.

      What is the best way to accomplish this?

      Thanks in advance.