https://issues.apache.org/jira/secure/attachment/12353787/Interceptor-v2.patch
In the patch above, there is a ClassInterceptor.java which is an interceptor class for the BasicStatelessInterceptedBean and BasicStatefulInterceptedBean. This class tries a dependency injection of the SessionContext using the @Resource annotation. In the @PostConstruct callback, I can see that the dependency injection has failed. The variable is null. (Note: This interceptor has a super class. As mentioned in another thread, the lifecycle interceptor callbacks is failing in the chaining order. Either remove the superclass or move this dependency injection to the superclass - SuperInterceptor.java) Cheers Prasad
