79327043

Date: 2025-01-03 16:27:54
Score: 2
Natty:
Report link

The suggested solution from @Angelo worked with few code changes. We made it working by adding below property changes -

spring.jpa.open-in-view=false
spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true

Also, we started the service layer transaction in with Propagation.REQUIRES_NEW

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Angelo
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Narendra Pandey