Support [At]TargetNode properties in persistence constructors. [DATAGRAPH-1395] #1956
Comments
Gerrit Meier commented Thanks for reporting this. Right now the Will look into this. Could you please confirm that my assumption is right that the |
benkuly commented I can confirm both. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
benkuly opened DATAGRAPH-1395 and commented
I'm getting
Error mapping Record<{n: {__internalNeo4jId__: 4, roomId: "someRoomId1", __nodeLabels__: ["AppserviceRoom"], AppserviceRoom_MEMBER_OF_AppserviceUser: [{__internalNeo4jId__: 6, __relationship__: relationship<4>, userId: "someUserId3", isManaged: FALSE, __nodeLabels__: ["AppserviceUser"]}, {__internalNeo4jId__: 5, __relationship__: relationship<3>, userId: "someUserId1", isManaged: FALSE, __nodeLabels__: ["AppserviceUser"]}]
>}} due tojava.lang.NullPointerException: Parameter specified as non-null is null
when using@TargetNode
in a@RelationshipProperties
data class.Affects: 6.0 RC1 (2020.0.0)
The text was updated successfully, but these errors were encountered: