Re: [JBoss-user] Logging EJB calls

2003-10-21 Thread Scott M Stark
Enable the TRACE level on the org.jboss.ejb.plugins.LogInterceptor category in the log4j.xml configuration: -- Scott Stark Chief Technology Officer JBoss Group, LLC Alban Soupper wrote: Hi all, I would like to trace the calls to my EJ

Re: [JBoss-user] Logging EJB calls

2003-10-21 Thread Jos Visser
I reckon the easiest way is to write an interceptor that logs the call and plug it into your container's interceptor chain. Another option (which I use) is to add logging statements to your EJB's constructor/finalizer/activate/passivate/load/store routines. I maintain a class wide (static) counter

[JBoss-user] Logging EJB calls

2003-10-21 Thread Alban Soupper
Hi all, I would like to trace the calls to my EJBs, so I can observe the life (and death) of my EJBs. How can I configure JBoss 3.0.x (and Log4j ?) to print this kind of informations. Thanks by advance. Alban. *** T