Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Spring-boot and spring-data-neo4j 3.3.0 Incompatibility #69

Closed
joshuacano opened this issue Apr 9, 2015 · 4 comments
Closed

Spring-boot and spring-data-neo4j 3.3.0 Incompatibility #69

joshuacano opened this issue Apr 9, 2015 · 4 comments

Comments

@joshuacano
Copy link

So it seems that getting Spring-boot and spring-data-neo4j 3.3.0 to talk to each other proves troublesome. I have tried doing several of the different examples for Spring boot and all work fine until I try and use spring-data-neo4j 3.3.0 or higher. I've been banging my head against this wall for a few days, does anyone have any advice for me on how to implement a simple rest interface using spring-data-neo4j-3.3.0? This is mostly for faster iterative development on eventual server extension methods. The error I continously get is:

java.lang.NoClassDefFoundError: org/springframework/data/mapping/PersistentPropertyAccessor

@joshuacano
Copy link
Author

Wow. I had an incorrectly mapped repository directory. Completely my mistake, Was not an issue between the two packages.

@stephaneeybert
Copy link

I wonder what you mean with an incorrectly mapped repository directory. I'm facing the same exception.

@rnagulapalle
Copy link

what is this issue?

@joshuacano
Copy link
Author

If I remember correctly, My issue was in my .xml configuration I had incorrectly set the path to the neo4j path in my eclipse project.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants