Re: [Neo4j] Embedded with webadmin

2011-05-25 Thread Craig Taverner
While HA is one option, with two processes 'sharing' a database, one being the server and the other the embedded app, there is another option, and that is to integrate the two apps. If your app is a web-app and also needs to exist in something like jetty or winstone, perhaps you could run both the

Re: [Neo4j] unresolved transactions when using indexes on neo4j 1.4.M02

2011-05-25 Thread Mattias Persson
I just fixed this, will be part of M03 2011/5/24 Peter Neubauer peter.neuba...@neotechnology.com Patrick, I just ran this locally, you are right - this seems to be a non-clean shutdown leaving stuff hanging around. Going to check it out ASAP! Cheers, /peter neubauer GTalk:

Re: [Neo4j] Neo Index Framework Question

2011-05-25 Thread Mattias Persson
Looking at the source for LuceneTimeline https://github.com/neo4j/community/blob/master/lucene-index/src/main/java/org/neo4j/index/lucene/LuceneTimeline.javayou can see that it uses the QueryContext to the fullest to accomplish that. I think you can get a hang of the technique from there.

Re: [Neo4j] Pattern Matching Library

2011-05-25 Thread Jim Webber
Hey, You need to add the pattern matching library since it's not shipped by default with neo4j. The ivy dependency is: dependency org=org.neo4j name=neo4j-graph-matching rev=0.8/ which I think translates into maven as: dependency groupidorg.neo4j/groupid

[Neo4j] IntArrayIterator: Questionable Iterable implementation

2011-05-25 Thread Pierre Fouche
Hi, This might seem a minor point but... The method Node.getRelationships() returns IterableRelationships, implemented by IntArrayIterator. It turns out that IntArrayIterator implements both Iterable and Iterator, its iterator() method returning itself. My understanding was that an Iterable was

Re: [Neo4j] IntArrayIterator: Questionable Iterable implementation

2011-05-25 Thread Mattias Persson
Hi Pierre, that's a correct observation and I think the reason for it is that it was easier to write it like that and then it was left in that state. I'm pretty sure I've never some across anyone, before you, that have had a problem with it. Nonetheless I think it'd be nice to fix it, and at the

Re: [Neo4j] No index provider 'lucene' found - osgi

2011-05-25 Thread Marco Gerber
Hi peter First visual inspection looks ok. I will test it in next few days. Regards, Marco -Original Message- From: user-boun...@lists.neo4j.org on behalf of Peter Neubauer Sent: Tue 24.05.2011 22:18 To: Neo4j user discussions Subject: Re: [Neo4j] No index provider 'lucene' found -

Re: [Neo4j] Strange error that keep my database unable to start.

2011-05-25 Thread Pere Urbon Bayes
Hi Johan, and sorry for the long answer, I thought this problem was magically solved but apparently had happened again. I'm going to answer throw you email. 2011/5/20 Johan Svensson jo...@neotechnology.com Hi, What version of Neo4j are you running and are there any other error messages

Re: [Neo4j] Strange error that keep my database unable to start.

2011-05-25 Thread Pere Urbon Bayes
Thanks Peter, I will. /purbon 2011/5/25 Peter Neubauer peter.neuba...@neotechnology.com Pere, your attachment got not through. Maybe do a dropbox link to Johan? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn

Re: [Neo4j] Getting a few critical errors with Neo4J 1.3

2011-05-25 Thread Mattias Persson
Den fredagen den 20:e maj 2011 skrev Rick Bullottarick.bullo...@thingworx.com: No, unfortunately not.  It got into such a locked up state that we weren't able to capture one.  In general, is that a memory/thread/handle issue of some kind?  Just not sure what the exception message implies.

Re: [Neo4j] Neo4j and Java 1.5

2011-05-25 Thread Julien Serdaru
Sorry for my late response, I just saw this post. My graph would be comprised of probably around 1-3M nodes, with around 10/20 attributes per node and probably around 1M relationships. Cheers, Julien. -Original Message- From: user-boun...@lists.neo4j.org

[Neo4j] Installation Problems

2011-05-25 Thread Deepika
Hi, I am trying to install neo4j-python in ubuntu 9.04.But I am getting these errors while installing. Traceback (most recent call last): File setup.py, line 147, in module main() File setup.py, line 135, in main args[attr] = pom[attr] File /home/deepika/neo4j-python/pom.py, line