Issue with @Autowired.
I am trying to inject the Spring Beans in EJB but getting an error. I have configured the interceptor as well.

javax.ejb.EJBTransactionRolledbackException: EJB Exception: ; nested exception is: javax.ejb.EJBTransactionRolledbackException: EJB Exception: ; nested exception is: org.springframework.jee.interfaces.LifecycleCallba ckException: Failure to invoke public void org.springframework.ejb.interceptor.SpringBeanAuto wiringInterceptor.autowireBean(javax.interceptor.I nvocationContext) on bean class class org.springframework.ejb.interceptor.SpringBeanAuto wiringInterceptor_s85z0p_Impl with args: [com.bea.core.repackaged.springframework.jee.interc ept.InterceptionMetadata$LifecycleEventCallbackInv ocationContext@603e850a]

Can anyone please let me know.