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

link|improve this question
What about using @aop to do the testing? – chrislovecnm Aug 21 '11 at 20:34
No, this is a pure Java EE 6 app, I donot want to add spring just for this. – gautirao Aug 22 '11 at 8:46
Found a way to do it but uses CDI, reading through the blogs I am getting a feeling this is not possible in pure JSF 2.0 environment. Please find the link below: blog.arungupta.me/2010/05/… – gautirao Aug 22 '11 at 9:14
what environment are you in that you have JSF2.0 and not CDI? just curious. – exabrial Feb 15 at 21:39
I understand what you mean :-) I just did not want to rewrite server side code using CDI instead of jsf managed beans.. back then – gautirao Mar 3 at 21:33
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.