You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Ortwin Glück <od...@odi.ch> on 2005/12/05 10:44:32 UTC

[logging] J2EE resource adapter

Hi,

Has anybody in the logging community thought of transactional logging 
yet? That means using a JTA transaction to collect logging statements 
and write them out on commit or discard them on rollback. Such a thing 
is generally useful when you write business logs. They are not used for 
debugging but to record for instance user actions in a system. You don't 
want to see uncommitted actions there generally. So I thought, why not 
provide a J2EE resource adapter (RAR) implementation for 
commons-logging. What do you think about the idea?

Ortwin Glück


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org