I have a managed bean with lots of methods. I want to log the entry and exit times of each method invocation . I thought of reusing the Interceptor that works successfully with my EJB's.
I am having no luck with it and interceptor isn't getting called. Is @Interceptors not applicable in managed beans ?
Cheers, Goutham