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
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
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