SyntaxFix
Write A Post
Hire A Developer
Questions
In my particular case, this was caused by a method in my service implementation that needed the spring @Transactional(readOnly = true) annotation. Once I added that, the issue was resolved. Unusual though, it was just a select statement.
@Transactional(readOnly = true)