How can I define an interceptor for all EJB's on the server?
I would like to measure response time on all EJB's without having to update the ejb-jar.xml in each of the EJB's.
Is there an easy way to configure this?
Thanks in advance,
Wouter