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 found a small issue with certain metadata files and throwing a java.lang.NullPointerException in org.datanucleus.store.rdbms.table.ClassTable#1046 where the datastoreClass variable may be null, and failing during the test datastoreClass.getIdMapping().
Please find attached to this issue a patch to apply to give the necessary information in the log and not the plain java.lang.NullPointerException.
The text was updated successfully, but these errors were encountered:
I found a small issue with certain metadata files and throwing a java.lang.NullPointerException in org.datanucleus.store.rdbms.table.ClassTable#1046 where the datastoreClass variable may be null, and failing during the test datastoreClass.getIdMapping().
Please find attached to this issue a patch to apply to give the necessary information in the log and not the plain java.lang.NullPointerException.
The text was updated successfully, but these errors were encountered: