-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
1.1.5.Final, 2.0.0.Alpha1
-
None
It's not possible to enable interceptor if it is not deployed in any bean archive.
For example if interceptor class is in A.jar (non-BDA) and is enabled in beans.xml of B.jar (BDA), deployment results in WELD-001417 - INTERCEPTOR_NOT_ANNOTATED_OR_REGISTERED.
Unless I am mistaken nor the CDI spec nor the Interceptors spec define such requirement.