[Neo4j] strange problem while getting a node property

2011-07-28 Thread Jean-Sébastien Stoffen
which was not set by the node.setProperty method. The initial data are copied into the graph with a perl script using the Neo4j REST interface. Maybe I do something wrong, I'm a newbie in both Neo4j and Groovy Regards, Jean-Sébastien Stoffen ___ Neo4j

Re: [Neo4j] strange problem while getting a node property

2011-07-28 Thread Jean-Sébastien Stoffen
Hi, thank you very much! In deed, node 0 doesn't have any properties. I did not think about this. Now it's working perfectly. Regards, Jean-Sébastien Stoffen Le 28/07/11 13:26, Niels Hoogeveen a écrit : When iterating over all nodes, you also pull the reference node (with id = 0), which

[Neo4j] cypher packages

2011-07-28 Thread Jean-Sébastien Stoffen
here : http://docs.neo4j.org/chunked/1.4.M04/query-lang.html After some research, I've not found where I can download those packages I've searched for org.neo4j.cypher.javacompat but without succes. Could you tell me where to find it? Regards, Jean-Sébastien Stoffen