SyntaxFix
Write A Post
Hire A Developer
Questions
This means you are using JPA or hibernate in your code and performing modifying operation on DB without making the business logic transaction. So simple solution for this is mark your piece of code @Transactional