OK, so I have implemented client-side interceptors for Seam. All you do is write a normal
Seam interceptor (using @Interceptors as a meta-annotation),
and then annotate the actual interceptor class @Interceptor(type=CLIENT).
That is a good place to handle stuff like remote exceptions.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961150#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...