Inject « Interceptor « JPA Q&A





1. Injection in hibernate.ejb.interceptor doesn't work    seamframework.org

I have an hibernate Interceptor which is declared in persistence.xml(hibernate.ejb.interceptor property), It is working fine, but if I would like to use Seam Injection(by making my interceptor - Seam component) doesn't work. I tried by using @Name,@Startup annotation. But it does not inject the components. Components are valid because I can inject them in other components but not in the Interceptor. ...