Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
M4
-
None
Description
Supporting EJB session beans for JSR-299 styles Interceptors and Decorators. Motivation is that : Adding OpenWebBeansEJBInterceptor into last interceptor for the EJB session beans. After calling EJB interceptors, EJB container calls OpenWebBeansEJBInterceptors that calls interceptors for JSR-299 and finally calls decorators. After that controls passes to EJB container again and it calls actual session bean business method.