does anybody know why this Problem when deploying an EJB project to websphere 8?
0000001e annotations E InterceptorDataWrapper createInterceptor No interceptor data for class [ org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor ]
The spring dependencies are visible in the ear and the ejb classloader and are located in the lib folder of the ear module.
EDIT:
This might have to do with a post I recently posted: deployment of an ejb maven project from eclipse