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
Adding the org.springframework.transaction.annotation.Transactional annotation at the class level for the test class fixed the issue for me.
org.springframework.transaction.annotation.Transactional