I get this error when trying to invoke \"persist\" method to save entity model to database in my Spring MVC web application. Can\'t really find any post or page in internet
I had the same problem and I added tx:annotation-driven in applicationContext.xml and it worked.
tx:annotation-driven
applicationContext.xml