

I am getting this error after upgrading Hibernate to 3.5.4 from 3.2 with Spring 2.5 (unchanged) .BeanCreationException: Error creating bean with name '.PersistenceExceptionTranslationPostProcessor#0'ĭefined in class path resource : Initialization of bean failed The latest version of Hibernate available in my repository is 3.5.4-FINAL and 3.5.6-FINAL for the above artifacts
I have already searched google and read similar posts of SO, but I want to know if there is a way to compare different versions of libraries/framework.Since I am using Hibernate as well, I wanted to know if there is a way I could find which version of Hibernate is compatible with a specific version of Spring.


SPRING STRUT HIBERNATE JAVA UPGRADE
H, I want to upgrade Spring libraries in my web app.
