Re: [Neo4j] Using EmbeddedGraphDatabase in Tomcat

2010-11-11 Thread Stephane Urdy
Wilson, Kalin wrote: I am trying to learn Neo4J and prototype a simple web app using a simple servlet/JSP approach (no Spring or other framework) in Tomcat. I have an instance of EmbeddedGraphDatabase that gets stored in a ThreadLocal variable for use by other classes in a Singleton manner.

Re: [Neo4j] [SPAM] Using EmbeddedGraphDatabase in Tomc at

2010-11-11 Thread rick.bullo...@burningskysoftware.com
We avoid hot deployment for a whole body of reasons...not just neo. - Reply message - From: Wilson, Kalin kwil...@scitor.com Date: Wed, Nov 10, 2010 7:52 pm Subject: [SPAM] [Neo4j] Using EmbeddedGraphDatabase in Tomcat To: user@lists.neo4j.org I am trying to learn Neo4J and prototype a

Re: [Neo4j] neo4j.py issue reading index

2010-11-11 Thread Peter Neubauer
Chris, nice things are working out for you! The current plan is to give the Neo4j language bindings a fair bit of upgrade and love after neo4j 1.2 is released (planned december), unless someone steps up and does some work before that ;) Cheers, /peter neubauer GTalk:      neubauer.peter Skype   

[Neo4j] RemoteGraphDatabase

2010-11-11 Thread Anees Haider
Hi, When I run the code with org.neo4j.kernel.EmbeddedGraphDatabase along with org.neo4j.index.lucene.LuceneIndexService, it always executes magnificently without even a single warning, but when I execute the code with org.neo4j.remote.RemoteGraphDatabase along with

Re: [Neo4j] RemoteGraphDatabase

2010-11-11 Thread Tobias Ivarsson
This is a known issue. RemoteGraphDatabase was built as a tool for being able to connect to a running Graph Database and introspect the live state of the database without down the application. The problem is in the RemoteGraphDatabase server that has issues with transaction handling under

[Neo4j] Neoclipse Neo 1.2

2010-11-11 Thread Rick Bullotta
Seems that opening a Neo 1.2 database with Neoclipse 0.41 (or attempting to, it didn't actually work) fails, but also somehow trashes the database. Anyone else experience this? ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] neo4j.py: STOP_AT_DEPTH_ONE undefined

2010-11-11 Thread Chris Diehl
Hi Peter, If you scan farther down in the neo4j.py documentation at http://components.neo4j.org/neo4j.py/ in the Traversal section, there is the following. stop Definition of when the traversal should stop. Valid values are STOP_AT_DEPTH_ONE and STOP_AT_END_OF_GRAPH Alternatively the traversal

Re: [Neo4j] Using EmbeddedGraphDatabase in Tomcat

2010-11-11 Thread Wilson, Kalin
Victor and Stephane, Thanks for your ideas, I'll let you know how it goes. I may also try a Spring solution since I'd like to understand Spring MVC better. Kalin * ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user