Re: [Neo4j] about error

2011-01-25 Thread Mattias Persson
In fact, arrays of primitives+Strings are supported, but not List or Collection or anything like that is. 2011/1/25 Peter Neubauer > Jose, > Arrays of objects are not supported as properties. In that case, you > should probably either model these as Nodes and Relationships, or > serialize them i

Re: [Neo4j] about error

2011-01-25 Thread Peter Neubauer
Jose, Arrays of objects are not supported as properties. In that case, you should probably either model these as Nodes and Relationships, or serialize them into a String and that way persist the List. An example of using Spring to model Sets is in https://github.com/SpringSource/spring-data-graph-

[Neo4j] about error

2011-01-25 Thread Jose Angel Inda Herrera
Hello list, i hope that all are fine, i have this code , public class Particion() { LinkedList elements; Node node; public Particion(Node node) { this.node = node; this.node.setProperty("elements", elements); } ... } and me compiler return, Exception in thread "main" java.lang