Hello everyone,
i was tasked to work with an application that uses Dozer 5.5.1, JPA and Hibernate. There seems to be some kind of recursion in the application where a StackOverflow-Error would occure while mapping a few DB-entities to their respective BOs. This only happens in this mapping direction, so far nothing happens when mapping the BO to the DB-entity.
First thing i tried was to update dozer, which didnt solve the issue. Then i tried to activate debugging which ended up blowing up my logs to 30GB without the SO occuring, so i scraped this as well. The SO itself is written to the log but this also shows a lot of mapping errors, nothing that could pinpoint me to the culprit.
So far i haven't made any progress, and i am running out of ideas. Is there any way i can get some better info out of dozer as to why this might happen?