I am quite new in Spring world. I have developed a DAO using Spring 3.2 and Hibernate 4.1.9 but I have noticed a strange thing.
All the used dependencies related to Spri
The @Transactional annotation is in the spring-tx module. Include version 3.2.1 of that, and always make sure to use the same version of all Spring modules.
@Transactional