Re: [Neo4j] Nested/ chained queries

2011-11-27 Thread Peter Neubauer
nice Max, thanks for the follow-up! Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - NOSQL for the

Re: [Neo4j] Activity Streams and Twitter Sample App

2011-11-27 Thread Peter Neubauer
Rene, you mean the fork that Mattias has been providing you with for handling millions of relationship types? It is possible to take that into master, however, I think Johan said we need to test and make sure all cases are covered. Don't have an ETA on that ATM. I think you could raise an issue

Re: [Neo4j] Network accessible hostname

2011-11-27 Thread Peter Neubauer
Done, see https://github.com/neo4j/community/issues/46 Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - NOSQL

[Neo4j] google n grams data set in neo4j

2011-11-27 Thread René Pickhardt
Hey Everyone, I am curently advising two high school students for a programing project for some german student competition. They have inserted the German google n-gram data set several GB of natural language to a neo4j data base and used this to make sentence prediction to improve typing speed.

[Neo4j] Problem Starting the Server from Java

2011-11-27 Thread tequnix
I start the Server (latest stable ha-version) in a EJB-Application via a Singleton Bean with Glassfish 3.1. I do exactly what is described here: http://docs.neo4j.org/chunked/stable/server-embedded.html#_starting_the_server_from_java when i try to access 127.0.0.1:7474 i get a 503 error (see

Re: [Neo4j] Problem Starting the Server from Java

2011-11-27 Thread Chris Gioran
Ok, a shot in the dark here. There seems to be a bug related with this error message, see http://java.net/jira/browse/JERSEY-601 Does the code you use to startup the Neo4j server work nicely outside of GF? If yes, then please try the workaround in the link above and also see

[Neo4j] EJB3 and Legacy applications

2011-11-27 Thread nrkkalyan
Hi, No doubt Neo4J is future. I have 2 questions. *First:* I was wondering if JPA annotations are supported in Neo4J. If not then I think wouldn't it be good to support them as every organization may not want to go for Spring-Data or want to migrate to Neo4J just because its more efficient than

Re: [Neo4j] EJB3 and Legacy applications

2011-11-27 Thread Michael Hunger
Hey, I've planned to look at Hibernate OGM as a side project but there are no plans for when it will happen. Could you please explain what you mean by ? #1 If not then I think wouldn't it be good to support them #2 s every organization may not want to go for Spring-Data or want to migrate

[Neo4j] Invalid JSON Issue

2011-11-27 Thread Romiko Derbynew
Hi, Ticket opened https://github.com/neo4j/community/issues/110 Details: When I try run this query via rest. {script:g.v(0).out('HOSTS').filter{ it.Key == 'romikoagency'}.in('USER_BELONGS_TO').as('username').as('userGivenName').out('USER_LINKED_TO_PROGRAM').as('program').table(new

[Neo4j] spaces in entity properties?

2011-11-27 Thread yobi
Is it possible to have spaces in entity properties eg. first name: Foo Bar native language: Baz or do I have to use: first_name: Foo Bar native_language: Baz Thanks! -- View this message in context:

Re: [Neo4j] Invalid JSON Issue

2011-11-27 Thread Peter Neubauer
Thanks for the great issue report, will look at it asap. /peter Sent from my phone, please excuse typos and autocorrection. On Nov 28, 2011 3:04 AM, Romiko Derbynew romiko.derby...@readify.net wrote: Hi, Ticket opened https://github.com/neo4j/community/issues/110 Details: When I try

Re: [Neo4j] spaces in entity properties?

2011-11-27 Thread Peter Neubauer
You should be able to use any string including spaces as a property key. If you encounter problems then that is probably a bug. /peter Sent from my phone, please excuse typos and autocorrection. On Nov 28, 2011 6:33 AM, yobi johnny@yobistore.com wrote: Is it possible to have spaces in

Re: [Neo4j] spaces in entity properties?

2011-11-27 Thread yobi
That is great! Just a quick question: How do I use spaces in the queries? eg WHERE person.my age 30 and person.last name = 'Luu' Johnny On Mon, Nov 28, 2011 at 7:29 AM, Peter Neubauer [via Neo4j Community Discussions] ml-node+s438527n3541459...@n3.nabble.com wrote: You should be able to

[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.

Re: [Neo4j] spaces in entity properties?

2011-11-27 Thread Nigel Small
Assuming Cypher then simply use backticks: WHERE person.`my age` 30 and person.`last name` = 'Luu' *Nigel Small* Phone: +44 7814 638 246 Blog: http://nigelsmall.name/ GTalk: ni...@nigelsmall.name MSN: nasm...@live.co.uk Skype: technige Twitter: @technige https://twitter.com/#%21/technige