Re: [Neo] Neo,Rest,.NET

2009-06-22 Thread Martin Kleppmann
Hi Ajay, On 21 Jun 2009, at 18:46, Ajay Sharma wrote: POM Location: C:\msysgit\msysgit\git\scalatest-junit4runner\neo4j-scala-template \.git\pom.xml It looks like Maven is trying to find the pom.xml in the .git subdirectory. There shouldn't be a pom.xml there -- it should be one directory

Re: [Neo] Graph presentation at school.

2009-06-22 Thread Johan Svensson
Hi Macarse, I had a look at this and here are some comments: Running your code with default parameters on a 1.6 JVM about 50% of the time will be spent in garbage collection. Giving the JVM -Xms128M -Xmx128M will cut the variation of the query times from 2500-3000 ms down to 1300-1600 ms

Re: [Neo] Graph presentation at school.

2009-06-22 Thread Macarse
On Mon, Jun 22, 2009 at 10:21 AM, Johan Svenssonjo...@neotechnology.com wrote: Hi Macarse, I had a look at this and here are some comments: Running your code with default parameters on a 1.6 JVM about 50% of the time will be spent in garbage collection. Giving the JVM -Xms128M -Xmx128M will

[Neo] Export to XML

2009-06-22 Thread orla . spillane
Hi, I was just wondering if there is any existing built in functionality to export the underlying graph created by Neo to XML format? Or if someone has done this and has any advice? The reason I'm asking is I want to use a Flex freeware tool to display my graph (Kap IT Visualizer). My initial

[Neo] self referential statements

2009-06-22 Thread Rob Challen
I just came across the following when I try and link a node to itself: java.lang.IllegalArgumentException: Start node equals end node at org.neo4j.impl.core.RelationshipImpl.init(RelationshipImpl.java:57) at org.neo4j.impl.core.NodeManager.createRelationship(NodeManager.java:280) at