You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
I'm using Neo4j Community 2.0.1 with plugin at cc8790e and I'm getting an error whilst trying to do a sparql query that's in the docs : SELECT ?x ?y WHERE { ?x <http://neo4j.org#knows> ?y . }
I had the same issue and solved it by modifying two dependencies in the pom.xml. First, we need a recent version of Sesame, which has "org.openrdf.query.algebra.Var.setConstant":
<sesame.version>2.7.10</sesame.version>
Next, I got an error about something missing in commons-io. Fix it by adding:
Hey,
I'm using Neo4j Community 2.0.1 with plugin at cc8790e and I'm getting an error whilst trying to do a sparql query that's in the docs :
SELECT ?x ?y WHERE { ?x <http://neo4j.org#knows> ?y . }
The text was updated successfully, but these errors were encountered: