I am trying to use AOP to trace/log the calls made to the methods in EJBs.But i want to
log only the actual RMI calls coming from outside the EJB container(a user of our system
through a web browser) to methods in my EJBs but not the calls made between EJBs.
Can i make this distinguishion in the interceptors(aspects) that i write?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987973#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...