Re: [Neo4j] Property String too long

2011-11-28 Thread himmel24
I found a workaround You can put properties longer then 65535 via the REST - API I had success to store the very big web-page via REST / AJAX look at: http://docs.neo4j.org/chunked/snapshot/rest-api-node-properties.html#rest-api-set-property-on-node -- View this message in context:

Re: [Neo4j] Property String too long

2011-11-28 Thread Mattias Persson
Yeah I think you ran into a groovy http://groovy.codehaus.org/-specific issue with string length 2011/11/28 himmel24 heckoli...@yahoo.de I found a workaround You can put properties longer then 65535 via the REST - API I had success to store the very big web-page via REST / AJAX look at:

[Neo4j] Property String too long

2011-11-27 Thread himmel24
Hallo, I wanted to save a web-page in the property of a node via gremlin - ajax it works fine normaly. But there is a restriction of string length. I received the error message: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script10.groovy: 51: String too long.