[Neo4j] webadmin failed to show full page in ubuntu Java

2011-02-19 Thread Brendan Cheng
Hi, I tried to run the Webadmin from newly installed Linux ubuntu 10.0.4 with Openjdk 6 and icetea 6 but found only half of page loaded. Also the Linux is in Oracle VM box 4.0.4. is this a known lissue? Any idea? Thanks in advance, Brendan ___ Neo4j

Re: [Neo4j] webadmin failed to show full page in ubuntu Java

2011-02-19 Thread Peter Neubauer
Brendan, this is not a known issue. Could you take a Screenshot of it and maybe even log the firebug errors that might show up? Jacob is the man to talk to here. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn  

Re: [Neo4j] webadmin failed to show full page in ubuntu Java

2011-02-19 Thread Mark Nijhof
I noticed that the feedback module that gets loaded from a different domain actually halts rendering of the web admin page. So if this doesn't respond (or have no access to) then the web admin page doesn't load. -Mark On Sat, Feb 19, 2011 at 12:17 PM, Peter Neubauer

[Neo4j] return all relationship

2011-02-19 Thread Jose Angel Inda Herrera
hello list, how can i get all relationship of my graph, as iterator, thank beforehand. ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] return all relationship

2011-02-19 Thread Mattias Persson
I'd do something like this: IteratorRelationship allRels = new NestingIteratorRelationship, Node( db.getAllNodes() ) { @Override protected IteratorRelationship createNestedIterator( Node item ) { return item.getRelationships(

[Neo4j] Index question (ReST API)

2011-02-19 Thread Mark Nijhof
Hi, I have a question about indexes, when looking at neography I see a method: add_node_to_index(index, key, value, node) I can understand that index is the name of the index that I want to put the node into, what I don't understand is the key value part of it. -Mark -- Mark Nijhof m: 0047

Re: [Neo4j] return all relationship

2011-02-19 Thread Jose Angel Inda Herrera
thanks mattias. - Mensaje original - De: Mattias Persson matt...@neotechnology.com Para: Neo4j user discussions user@lists.neo4j.org Enviados: Sábado, 19 de Febrero 2011 8:41:20 GMT -08:00 Región del Pacífico EE. UU./Canadá Asunto: Re: [Neo4j] return all relationship I'd do something

Re: [Neo4j] Index question (ReST API)

2011-02-19 Thread Mark Nijhof
Hmm ok, is it this? Key is the property name Value is the property value ? -Mark On Sat, Feb 19, 2011 at 8:09 PM, Mark Nijhof mark.nij...@cre8ivethought.com wrote: Hi, I have a question about indexes, when looking at neography I see a method: add_node_to_index(index, key, value, node)

Re: [Neo4j] Index question (ReST API)

2011-02-19 Thread Peter Neubauer
Yes, that should be about right! Is http://components.neo4j.org/neo4j-server/1.3-SNAPSHOT/rest.html#Add_to_index unclear? In that case, we need to put that out more clearly ... Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn  

Re: [Neo4j] Index question (ReST API)

2011-02-19 Thread Mark Nijhof
I think I got confused because neography has node classes that contain properties. So key didn't make much sense to me. I actually think I'll drop neography and start using actual ReST command to get a better understanding. -Mark On Sat, Feb 19, 2011 at 9:21 PM, Peter Neubauer

Re: [Neo4j] Index question (ReST API)

2011-02-19 Thread Max De Marzi Jr.
The indexing piece is really lacking in Neography. I keep meaning to get around to it, and it's about time I did (next week). It would be nice if we had full indexing support in the REST API first since whatever I implement will need to change when we do. If the specs are done, but not yet

Re: [Neo4j] User Digest, Vol 47, Issue 93

2011-02-19 Thread Peter Neubauer
Brendan, I ses a stacktrace as the last log in wrapper.log. INFO | jvm 1| 2011/02/20 09:05:43 | [org.mortbay.log] : EXCEPTION INFO | jvm 1| 2011/02/20 09:05:43 | java.net.SocketException: Connection reset INFO | jvm 1| 2011/02/20 09:05:43 | at