I recall running into this issue once. We may be able to enhance seam to handle method interceptors like this. (open a JIRA issue) In the meantime, you can always use a class-level annotation to say "hey, apply my interceptor to this class" and then only perform your work where the specific method-level annotation is present. (in the other cases, the interceptor should just proceed())
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997959#3997959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997959 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
