Getting stackoverflow when calling findAll() method of spring jpa

286 views Asked by At

I am using Entitylistener for one of my entity. @PostUpdate() calls repo.findAll() method, which is causing stackoverflow. It stuck in the infinite loop. Please tell me, how can I solve this. Similar kind of issue is reported here https://github.com/spring-projects/spring-data-jpa/issues/732 (formerly DATAJPA-325)

0

There are 0 answers