-
Bug
-
Resolution: Done
-
Major
-
1.0.0.CR1
Using the numberguess example application, I've created a simple interceptor (LoggingInterceptor) and annotated the Game with the interceptorBinding @Logging. However, when the reset method of the Game is invoked (by the interceptor, with invocationContext.proceed()), the Game instance was not injected with the necessary resources, throwing a NullPointerException.
- is duplicated by
-
WELD-356 @PersistenceContext not injected in target bean when bean is intercepted
- Closed