[jboss-user] [JBoss AOP] - Tracing/Logging - Actual RMI calls vs calls between EJBs
ykrishnaprasad
do-not-reply at jboss.com
Wed Nov 22 14:04:00 EST 2006
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#3987973
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987973
More information about the jboss-user
mailing list