Please check your DAO class and hibernate configuration XML from which package you have imported HibernateTransactionManager.
you might be using hibernate4 in XML and In DAO you might import import org.springframework.orm.hibernate4.HibernateTransactionManager;
Make both in same package or version
No comments:
Post a Comment