You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the following null pointer exception:
Cannot invoke "org.eclipse.persistence.internal.sessions.ObjectChangeSet.getChangesForAttributeNamed(String)"
because the return value of "org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener.getObjectChangeSet()" is null
EclipseLink version: 4.0.5
Java/JDK version: 21
The following line seems most likely to be the culprit:
Describe the bug
I encountered the following null pointer exception:
The following line seems most likely to be the culprit:
eclipselink/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/changetracking/AttributeChangeTrackingPolicy.java
Line 142 in dfc411d
Unfortunately, I have no further details than this.
The text was updated successfully, but these errors were encountered: