Can someone help me with the following questions : * For server side interceptor which interface/class should my interceptor implement/extend ? * For client side interceptor which interface/class should my interceptor implement/extend ? * I need to write an interceptor which will log the call trace [ something like A calling B -> Calling C ..... etc]. How can this be done ? Which object will have this information and how to access this.
I had tried the following but it dint give me the call trace. I had wrote a server-side interceptor which extends org.jboss.ejb.plugins.AbstractInterceptor using this I am not getting the callee information :-( Please help me in this. Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857981#3857981 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857981 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
