Re: [Neo4j] setRelationshipProperty() in BatchInserter

2012-06-20 Thread Mattias Persson
I'm almost positive that this is due to a bug which was fixedhttps://github.com/neo4j/community/commit/e75d33e4bba05b2697f9b7c4778dd55f84b09f9f13:th april, i.e. the fix is in1.8.M01 and later. Could you try your inserter with a more recent version? 2012/6/12 Mattias Persson

Re: [Neo4j] setRelationshipProperty() in BatchInserter

2012-06-12 Thread Mattias Persson
And a simple test case to reproduce perhaps? 2012/6/5 Michael Hunger michael.hun...@neotechnology.com Can you share the exception? Michael Am 05.06.2012 um 16:14 schrieb Sarnath K - ERS, HCLTech: All, We were able to successfully create a Neo4J Graph database (1.7.2) using Batch

[Neo4j] setRelationshipProperty() in BatchInserter

2012-06-05 Thread Sarnath K - ERS, HCLTech
All, We were able to successfully create a Neo4J Graph database (1.7.2) using Batch Insert. Able to view the same through the browser (via the REST API) However, we ran into problems when trying to use setRelationshipProperty API. Here is the sequence that leads to the problem: 1.Create a

Re: [Neo4j] setRelationshipProperty() in BatchInserter

2012-06-05 Thread Michael Hunger
Can you share the exception? Michael Am 05.06.2012 um 16:14 schrieb Sarnath K - ERS, HCLTech: All, We were able to successfully create a Neo4J Graph database (1.7.2) using Batch Insert. Able to view the same through the browser (via the REST API) However, we ran into problems when