"petemuir" wrote : IIRC method level seam-interceptors aren't supported in
Seam atm (JBSEAM-29) - you'll need to use plain EJB3 interceptors (which do support
method level interceptors)
Oh, that is pity....
standard ejb3 interceptor way @intercpetors(....class) is very urgly. That is why i want
to use my own annotation.
hm...seems like i must use isAnnotationPresent(Printout.class) to reflect the beans .
....:(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040528#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...