1 Reply Latest reply on Jan 30, 2013 11:44 AM by jhalliday

    "Transactional" logger

    cfillot

      Hello,

       

      I would like to use a java.util.logging.Logger in a transactional way, meaning that logs should be written only if the transaction is successfully committed.

      I began to read some docs about Transaction Managers, XAResource, etc, but I'm not familiar at all with this domain.

       

      Has someone some hints or ideas on how to implement this ?

       

      Thanks in advance