-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance #1942
Comments
does not seem explicitly problem in hibernate-reactive, problem occurs in traditional-hibernate too
|
Thanks for the info @flyinfish |
Similar issue on Hibernate ORM -- perhaps the same root cause, perhaps not -- https://hibernate.atlassian.net/browse/HHH-18389. On Quarkus: quarkusio/quarkus#7462 |
I am experiencing a comparable or identical issue. Following the upgrade from Spring Boot 3.2.x to 3.3.x, I encountered the following problem: org.hibernate.HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance. Hibernate ORM core version 6.5.2.Final |
Can some once confirm if any code changes are required on this , i am willing to work on this feature . |
It seems this is working now with the latest Quarkus, but we should add a test in Hibernate Reactive to keep track of it. |
See quarkusio/quarkus#41198
UPDATE: This is working now in Quarkus, but we should add a test to keep track of it
The text was updated successfully, but these errors were encountered: