I am doing a SpringMVCProject, but when I want to run it on the server, it shows that UnsatisfiedDependencyException
I think it started with “Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister.”
This problem then make the eclipse can’t create bean named sessionFactory. Below are code from springcfg.xml.