-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
Release Notes
Lifecycle interceptor methods of a @Stateful session bean should be invoked in the following order:
1) Interceptors bound using the @Interceptors annotation
2) Interceptors bound using CDI interceptor bindings
3) Interceptors defined on a superclass of the bean defining class
4) Interceptors defined on the bean defining class.
However, currently the order is the following:
1) Interceptors bound using the @Interceptors annotation
2) Interceptors defined on a superclass of the bean defining class
3) Interceptors defined on the bean defining class.
4) Interceptors bound using CDI interceptor bindings
- is related to
-
AS7-6015 Session bean target class around-invoke method called before CDI interceptors
- Resolved