-
Bug
-
Resolution: Done
-
Major
-
1.1.1.Final
-
None
It seems like CDI interceptors cannot be accessed from inside a WAR-module of an EAR deployment if the interceptor is defined inside a dependent JAR which is located in the EAR/lib directory.
BUT:
- Managed beans and producers from the same JAR work without problems.
- Moving the dependency from EAR/lib to WAR/WEB-INF/lib makes the interceptor work without problems.
I consider that a serious problem, because this is a substantial restriction for enterprise applications.
- blocks
-
AS7-1181 CDI interceptors enabled randomly
- Resolved