Hi Guillaume, thanks for report! A simple workaround woul be not to enable the interceptor for the synthetic bean archive with Weld.addInterceptor(), as it is obviously enabled globally for the application (using @Priority) but only add it as a bean class (e.g. Weld.addBeanClass()).
|