Re: [Neo4j] Set property on node in Neo4j REST server

2011-10-15 Thread andrew ton
Hi Peter, I did use API described by that chapter, however I still have problems. My nodes have some properties name and type. Now I want to add new properties to my nodes. 1. Set property: the section 16.5.1 describes that the url http://localhost:7474/db/data/node/5/properties/foo and the

Re: [Neo4j] Graph Data Corruption?

2011-10-15 Thread John Howard
Thanks Mattias for the response. Yes, these nodes are consistently getting the same exceptions. Initially I thought shutting down the graph gracefully and starting it would solve the issue, but it didn't. We inserted node/relationships/properties with the regular create operations and NOT using the

Re: [Neo4j] InvalidRecordException with BatchInserter in 1.5.M02

2011-10-15 Thread Mattias Persson
Thanks Dennis for reporting it. I would like to run your code to be able to reproduce it locally, then I can probably fix the bug. Would that be possible? Best, Mattias 2011/10/14 Dennis Hendriksen > Hi all, > > Since upgrading neo4j 1.4.1 to 1.5.M02 I get a InvalidRecordException > while impo

Re: [Neo4j] Graph Data Corruption?

2011-10-15 Thread Mattias Persson
Hi John, So it seems to be related to loading of node/relationship properties. Are those nodes/relationships consistently getting this exception or do you see this randomly during brief moments throughout the graph? Would it also be possible to have a look at your dataset somehow? 2011/10/14 John

Re: [Neo4j] Mapping domain graph to spatial layer

2011-10-15 Thread Marcin Zpa
Hi Peter, thank you very much! for a very detailed description. Know i understand it very good. The chunk of information which i was missing is fact that the node being added has to have bbox property in order to be indexed by spatial layer. Know it is clear to me. Once again thanks a lot and of co

Re: [Neo4j] How to build neo4j projects from GitHub

2011-10-15 Thread Peter Neubauer
Ah. You do this via m2eclipse? The resolution is not the best, and our poms are using quite a lot of maven features. I would suggest to first build the project from the command line, then import it with "existing maven project " into eclipse. Can make a note of that in the readme The eclipse plugi

Re: [Neo4j] How to build neo4j projects from GitHub

2011-10-15 Thread Brendan cheng
I was using the import from eclipse GUI so...no log message but a screen shot which I attached. > Date: Sat, 15 Oct 2011 12:41:28 +0200 > From: peter.neuba...@neotechnology.com > To: user@lists.neo4j.org > Subject: Re: [Neo4j] How to build neo4j projects from GitHub > > That sounds ok. Would li

Re: [Neo4j] How to build neo4j projects from GitHub

2011-10-15 Thread Peter Neubauer
That sounds ok. Would like to see the full log... /peter Sent from my phone. On Oct 15, 2011 12:36 PM, "Brendan cheng" wrote: > > Peter,It is from Maven 3.0.2. What version shall we use? > Brendan > > > Date: Sat, 15 Oct 2011 12:32:07 +0200 > > From: p

Re: [Neo4j] How to build neo4j projects from GitHub

2011-10-15 Thread Brendan cheng
Peter,It is from Maven 3.0.2.   What version shall we use? Brendan > Date: Sat, 15 Oct 2011 12:32:07 +0200 > From: peter.neuba...@neotechnology.com > To: user@lists.neo4j.org > Subject: Re: [Neo4j] How to build neo4j projects from GitHub > > Brendan, > What

Re: [Neo4j] How to build neo4j projects from GitHub

2011-10-15 Thread Peter Neubauer
Brendan, What maven version, could you submit the whole maven log? Sounds like some mvn3 stuff ... /peter On Saturday, October 15, 2011, Brendan cheng wrote: > > After adding neo4j maven repository, no more artifacts missing but have this: > "No marketplace entries found to handle Execution chec

Re: [Neo4j] How to build neo4j projects from GitHub

2011-10-15 Thread Brendan cheng
After adding neo4j maven repository, no more artifacts missing but have this: "No marketplace entries found to handle Execution check-licenses, in server-enterprise/pom.xml in Eclipse.  Please see Help for more information." Any tips for that? > > > From: