Re: [Neo4j] Exception when adding a Comment property to a node

2010-10-12 Thread Mattias Persson
Seems like your index key contains characters illegal on your current file system... would it be possible to see the code? or could you supply which index keys you use to index your comments? 2010/10/12 Tobias Ivarsson tobias.ivars...@neotechnology.com Hi Paul, Comment is not a reserved word,

Re: [Neo4j] Exception when adding a Comment property to a node

2010-10-12 Thread Paul A. Jackson
(node, key, value); } } -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Mattias Persson Sent: Tuesday, October 12, 2010 3:46 AM To: Neo4j user discussions Subject: Re: [Neo4j] Exception when adding a Comment property to a node

[Neo4j] Exception when adding a Comment property to a node

2010-10-11 Thread Paul A. Jackson
Using Neo4j 1.1, when I create a node that has a Comment property, I get the following exception when I commit the node: javax.transaction.xa.XAException: Unknown xid[GlobalId[NEOKERNL|1286836445937|4], BranchId[ 52 49 52 49 52 49 ]] at

Re: [Neo4j] Exception when adding a Comment property to a node

2010-10-11 Thread Francois Kassis
be the problem. Francois. From: paul.jack...@pb.com To: User@lists.neo4j.org Date: Mon, 11 Oct 2010 18:49:20 -0400 Subject: [Neo4j] Exception when adding a Comment property to a node Using Neo4j 1.1, when I create a node that has a Comment property, I get the following exception when I commit

Re: [Neo4j] Exception when adding a Comment property to a node

2010-10-11 Thread Tobias Ivarsson
Hi Paul, Comment is not a reserved word, there are no reserved words for what property keys you can use. Are you also indexing that Comment property? It looks like the exception originates from the index component. If so we need to find a work around for that. I can see that you are running