Re: [Neo4j] Trouble with Exclude and Continue in Traversal

2011-04-08 Thread Tobias Ivarsson
That stack trace looks unrelated. >From the looks of that stack trace you are trying to connect to a closed port, i.e. the server isn't running. Cheers, Tobias On Fri, Apr 8, 2011 at 5:41 PM, Brendan Cheng wrote: > Hi, > > I wrote a Traversal Description which runs quite well but not after > a

[Neo4j] Trouble with Exclude and Continue in Traversal

2011-04-08 Thread Brendan Cheng
Hi, I wrote a Traversal Description which runs quite well but not after adding a timestamp check to filter the older nodes. It crashed. I used a Exclude and Continue in the evaluator as follow: Traversal.description().order(Traversal.postorderBreadthFirst()).evaluator( new Evalu