| We have found a case in which transaction synchronization became inactive after exiting from a transactional boundary (Application is using Websphere JTA plateform [org.hibernate.service.jta.platform. internal.WebSphereExtendedJtaPlatform] and Transaction Manager [org.springframework. transaction.jta.WebSphereUowTransactionManager] ). Our application tried to register transaction synchronization but failed due to transaction synchronization inactivity into @PostRemove entity listener handler. Same is working fine with without websphere transaction manager but failed with websphere transaction manager. You can refer the attached zip application-logs.zip to understand the issue scenario into our application . |