Hi,
I am using an autowired bean with Spring/JPA/Hibernate. When I am running a junit test, everything works fine. However, when I deploy it in Tomcat 6.0 (after removing the SimpleLoadTimeWeaver and using TomcatInstrumentableClassLoader) it gives me BeanInitialization Error.
I have attached the files used and the stacktrace


Reply With Quote
