Gerrit Meier

Results 74 comments of Gerrit Meier

Thanks for reporting this. And your observation is spot on and quite interesting because we have just fixed the error you are reporting by enforcing checking the class loader chain...

Could you create a database setup including the relationships? I tried to reproduce it on with the data from #2583 and also added the definition of the incoming relationships to...

Unfortunately to get down to this issue, I was not able to reproduce the problem. Can you please report the SDN version, you are using when observing the issue? I...

That's interesting, I tried to reproduce it but still no chance. I created a (non-)reproducer https://github.com/meistermeier/neo4j-issues-examples/tree/master/gh-2592 It might be worth a look what I am doing different/wrong.

The version is `6.3.4-GH-2600-SNAPSHOT` not just 6.3.4. Also you need to define Spring's snapshot (and milestone) repositories. ``` org.springframework.data spring-data-neo4j 6.3.4-GH-2600-SNAPSHOT ``` ``` spring-milestones Spring Milestones https://repo.spring.io/milestone false spring-snapshots Spring...

Thank you very much for your feedback. I will close this issue now and keep #2600 to have a single reference issue for the fix.

Hi and thanks for reporting this. Usually there is a root cause behind the `...` that could help us to shift the focus on what is happening. Could you provide...

Thanks for the feedback. One more question: Does the error happen spontaneously during the lifetime of the application or between multiple runs? Also I am wondering, if you are really...

Sorry, that I did not response. Unfortunately I couldn't reproduce the problem. Since I have no idea how to get this failing on my machine, I created a branch that...

This would be: ``` spring-milestones Spring Milestones https://repo.spring.io/milestone false spring-snapshots Spring Snapshots https://repo.spring.io/snapshot false ``` Typically the snapshot repo is sufficient, but for completeness I added also the milestone repo....