-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cascading throws IllegalArgumentException when attempting to merge LazyLoadingProxy #248
Comments
ledsoft
added a commit
that referenced
this issue
Jun 17, 2024
ledsoft
added a commit
that referenced
this issue
Jun 17, 2024
ledsoft
added a commit
that referenced
this issue
Jun 17, 2024
ledsoft
added a commit
that referenced
this issue
Jun 17, 2024
Remove cascading on lazily loaded relationship triggers loading and then cascades the remove operation.
ledsoft
added a commit
that referenced
this issue
Jun 17, 2024
ledsoft
added a commit
that referenced
this issue
Jun 17, 2024
ledsoft
added a commit
that referenced
this issue
Jun 17, 2024
ledsoft
added a commit
that referenced
this issue
Jun 17, 2024
Remove cascading on lazily loaded relationship triggers loading and then cascades the remove operation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the client attempts to, for example, merge an already managed instance that cascades merging on a lazily loaded attribute, JOPA throws
java.lang.IllegalArgumentException: OWLClassE_LazyLoadingProxy is not a known entity in this persistence unit.
JOPA cascading should be able to recognize lazy loading proxy and skip its processing.
The text was updated successfully, but these errors were encountered: