[Neo4j] getProperty returning wrong value

2010-07-13 Thread Tim Jones
Hi, I'm traversing a Node set, calling getProperty on each node. However, the value returned is always '1', even if this isn't the value of the property. I've confirmed in neoclipse that one specific node has a 'count' property of 2, but when I debug my code, the value '1' is returned for that

Re: [Neo4j] getProperty returning wrong value

2010-07-13 Thread Tobias Ivarsson
Where do you set the 'count' property? On Tue, Jul 13, 2010 at 12:37 PM, Tim Jones bogol...@ymail.com wrote: Hi, I'm traversing a Node set, calling getProperty on each node. However, the value returned is always '1', even if this isn't the value of the property. I've confirmed in neoclipse

Re: [Neo4j] getProperty returning wrong value

2010-07-13 Thread Tim Jones
tobias.ivars...@neotechnology.com To: Neo4j user discussions user@lists.neo4j.org Sent: Tue, July 13, 2010 1:02:56 PM Subject: Re: [Neo4j] getProperty returning wrong value Where do you set the 'count' property? On Tue, Jul 13, 2010 at 12:37 PM, Tim Jones bogol...@ymail.com wrote: Hi, I'm

Re: [Neo4j] getProperty returning wrong value

2010-07-13 Thread Tim Jones
- Original Message From: Mattias Persson matt...@neotechnology.com To: Neo4j user discussions user@lists.neo4j.org Sent: Tue, July 13, 2010 2:57:33 PM Subject: Re: [Neo4j] getProperty returning wrong value 2010/7/13, Tim Jones bogol...@ymail.com: No, how ever you group your read

Re: [Neo4j] getProperty returning wrong value

2010-07-13 Thread Mattias Persson
Ah, great you found the problem! 2010/7/13, Tim Jones bogol...@ymail.com: - Original Message From: Mattias Persson matt...@neotechnology.com To: Neo4j user discussions user@lists.neo4j.org Sent: Tue, July 13, 2010 2:57:33 PM Subject: Re: [Neo4j] getProperty returning wrong value