I am currently developing a small application data access, which is Hibernate 4 as orm, and spring for the dependencies management. I am now at the dao layer, I want to test the insertion of a new entity in the database, but the problem I've had is at the injection interface "studentDao" in the test class.I am currently developing a small application d