Maybe it was snipped from the code but I do not see the RetentionPolicy. Try the
following:
@Target(ElementType.TYPE)
| @Retention(RetentionPolicy.RUNTIME)
| @Interceptors(LoggingInterceptor.class)
| public @interface Logging {}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106529#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...