DefaultTransactionalRepository#type bug #61
zsoltszloboda
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think there is a bug in DefaultTransactionalRepository: in the find() method the type member variable is used, instead of the getType() method, and because of this ObjectCursor#type may become NULL, which causes NPEs. (Version 4.3.0)
Beta Was this translation helpful? Give feedback.
All reactions