Re: [Neo4j] Any webservice based spring data graph example

2011-08-16 Thread Sujit Pal
Hi Vipul, I saw the same issue when trying to expose an embedded Neo4j database (plus some other things) via a Spring webapp. *Caused by: java.lang.IllegalStateException: Unable to lock store [\neo4j\db\project\graph-project\neostore], this is usually a result of some other Neo4j kernel**

[Neo] improvement suggestions for custom traverser

2009-06-04 Thread Sujit Pal
Hello, I needed to have a way to show all neighbors of a node in a weighted graph in a neo4j database. The neighbors must be sorted by relationship name and within each relationship, by descending order of weight. I had blogged about my solution, and Peter Neubauer pointed out that I had a better