0 Replies Latest reply on Jun 14, 2007 6:29 PM by sask_tracs

    Logging - ejb activity

    sask_tracs

      Am developing a application that uses Stateless Session Beans, want to know if there is a way to turn on logging within Jboss to trace the activity of the Beans?

      Have read about log4j etc and how you can put statements into the code (The Developed Beans) to have log4j put the statements into defined files. I am thinking that Jboss must have some code that can be turned on to allow me to trace the activity of the loaded ejbs... Do not really want to add more code if jboss has done it already.

      Would like peoples feed back on how the handled logging/audit trail within the session beans etc...