Why does Axon.ivy issue a lot of warning message of "Entity manager will be closed now."
Ever since we upgrade into Axon.ivy 5.1.x, there are a lot of WARN in the log files:
16:47:08 WARN [runtimelog.alag_bpmp.alag_integration.persistence] [pool-2-thread-302] [requestId=171088, request=, executionContext=SYSTEM]
Open entity manager 'org.hibernate.ejb.EntityManagerImpl@3442bb05' detected. Entity manager will be closed now.
Could you explain under what circumstance Axon.ivy write this WARN message? What does it mean?
P.S: In our project, we use JPA `EntityManager` to maintain transaction by obtaining it from `IIvyEntityManager`.
Thanks