Dear all,
I'm trying to combine spring data with tinkerpop pipes.
This is the way I'm trying to get a Blueprints graph from a
GraphDatabaseService injected by spring.
Graph graph = new
Neo4jGraph(this.getGraphDatabaseContext().getGraphDatabaseService());
But this gives me an exception:
Exception in thread "main" java.lang.NullPointerException
at
com.tinkerpop.blueprints.pgm.impls.neo4j.Neo4jGraph.loadIndices(Neo4jGraph.java:76)
at
com.tinkerpop.blueprints.pgm.impls.neo4j.Neo4jGraph.<init>(Neo4jGraph.java:69)
Everything else in the spring-data domain works.
Any ideas?
Alfredas
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user