Re: [Neo4j] REST, Gremlin and transactions (neo4django's type hierarchy)

2011-11-20 Thread Mattias Persson
you must add manually taken locks to LockReleaser to tie them to the current transaction, otherwise thet will not be released when finishing the transaction Den lördagen den 19:e november 2011 skrev Matt Luongom...@scholr.ly: Peter, That plus the Gremlin docs both helped. LockManager was

Re: [Neo4j] Neo4j server plugin

2011-11-20 Thread Jim Webber
Hi Shrieesh, Take a look here: http://mvnrepository.com/artifact/org.neo4j/server-api/1.5 You'll get the Maven/Ivy/whatever config you need for those dependencies. Jim ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] Neo4j server plugin

2011-11-20 Thread Michael Hunger
no they are in org.neo4j.app:server:1.5 mobile mail please excuse brevity and typos Am 20.11.2011 um 13:29 schrieb Shireesh ashirees...@gmail.com: Hi Michael, I was not able to get the specific classes ( DatabaseActions and TraverserReturnType) in server-api-1.4.2 jar Can you guide me in

Re: [Neo4j] Neo4j server plugin

2011-11-20 Thread Michael Hunger
right you don't need those classes just an inspiration from the code mobile mail please excuse brevity and typos Am 20.11.2011 um 14:19 schrieb Jim Webber j...@neotechnology.com: Hi Shrieesh, Take a look here: http://mvnrepository.com/artifact/org.neo4j/server-api/1.5 You'll get the

Re: [Neo4j] REST, Gremlin and transactions (neo4django's type hierarchy)

2011-11-20 Thread Matt Luongo
Ah, thanks Mattias. -- Matt Luongo Co-Founder, Scholr.ly On Sun, Nov 20, 2011 at 6:12 AM, Mattias Persson matt...@neotechnology.comwrote: you must add manually taken locks to LockReleaser to tie them to the current transaction, otherwise thet will not be released when finishing the

Re: [Neo4j] Neo4J for semantic graphs + algorithms

2011-11-20 Thread Sébastien HARISPE
Hello, Sorry for the delay in responding, I was busy these days. Marko I will test the proposed stack Thx! Mattias I work on graph based semantic similarity/proximity measures. In this case the graph is most of the time a reduction of an ontology i.e a DAG corresponding to the rdfs:SubClassOf

[Neo4j] Creating and managing external index

2011-11-20 Thread Avi Shai
What is the best way to create an external index but only for certain nodes? Really I want something like the in-graph data structures, but instead it will be stored in another database(s). I am in essence indexing only a sub-graph or a straight list of nodes. I then want to use these indexes as

[Neo4j] Relationship not found error while traversing/querying (REST API)

2011-11-20 Thread Aseem Kishore
Hey guys, If we put our app under a bit of load, creating and removing nodes and relationships concurrently, sometimes we get back a 500 Internal Server Error from the REST API when we do a traverse or Cypher query. Here's an example stack trace: https://gist.github.com/1381423 We're running

Re: [Neo4j] Neo4J for semantic graphs + algorithms

2011-11-20 Thread Mattias Persson
Den söndagen den 20:e november 2011 skrev Sébastien HARISPE harispe.sebast...@gmail.com: Hello, Sorry for the delay in responding, I was busy these days. Marko I will test the proposed stack Thx! Mattias I work on graph based semantic similarity/proximity measures. In this case the graph

Re: [Neo4j] Relationship not found error while traversing/querying (REST API)

2011-11-20 Thread Andres Taylor
On Mon, Nov 21, 2011 at 3:22 AM, Aseem Kishore aseem.kish...@gmail.comwrote: Hey guys, If we put our app under a bit of load, creating and removing nodes and relationships concurrently, sometimes we get back a 500 Internal Server Error from the REST API when we do a traverse or Cypher query.