Re: [Neo4j] Relationship indexes

2011-12-04 Thread Frank
UnsupportedOperationException(); } @Override public boolean isWriteable() { return true; } } On Sun, Dec 4, 2011 at 9:46 AM, Peter Neubauer [via Neo4j Community Discussions] ml-node+s438527n3559286...@n3.nabble.com wrote: Frank, Do you have a minimal test case reproducing this? /peter Sent

[Neo4j] Relationship indexes

2011-12-02 Thread Frank
I'm having some trouble understanding relationship indexes. I plan to have nodes with many (hundreds, sometimes thousands) of relationships to other nodes. Give node N, I want to be able to quickly locate one of those relationships given a key. I want to consider only the outgoing relationships

Re: [Neo4j] Relationship indexes

2011-12-02 Thread Frank
? Frank On Dec 2, 2011, at 1:59 PM, Peter Neubauer [via Neo4j Community Discussions] wrote: Frank, Either you could put just some of the rels into the index, or maybe have an additional property in the index for the direction? /peter Sent from my phone, please excuse typos

Re: [Neo4j] NullPointerException in ExecutingRestRequest

2011-12-01 Thread Frank
] | +- com.sun.jersey:jersey-server:jar:1.4:compile [INFO] | | \- com.sun.jersey:jersey-core:jar:1.4:compile [INFO] | \- com.sun.jersey:jersey-client:jar:1.4:compile On Nov 30, 2011, at 8:37 PM, Michael Hunger [via Neo4j Community Discussions] wrote: Frank, sorry to hear that. I just

Re: [Neo4j] NullPointerException in ExecutingRestRequest

2011-12-01 Thread Frank
I tried switching to version 1.6 (Current Milestone) and now it works. Am I correct in concluding that the restful client services are not compatible with version 1.5? As version 1.5 is listed as the current stable version, I'm a little suprised/concerned by this. Frank On Nov 30, 2011, at 8

Re: [Neo4j] NullPointerException in ExecutingRestRequest

2011-12-01 Thread Frank
Neo4j Community Discussions] wrote: Hi Frank, this is really weird. Your server is missing the exploratory URL for the reference node. The (Spring)RestGraphDatabaseService uses this URL to get the URL for the ReferenceNode. I don't know why your sever is missing that. I just

Re: [Neo4j] NullPointerException in ExecutingRestRequest

2011-12-01 Thread Frank
. After deleting the reference node it is no longer shown in the graph representation. I will add an appropriate Exception to java-rest-graphdb Cheers, Michael Am 01.12.2011 um 19:20 schrieb Frank: Interesting. I did create and delete a few nodes manually via the Web

[Neo4j] SpringData requires rename of transactionManager

2011-12-01 Thread Frank
Hi, I find that I'm unable to integrate SpringDataNeo4j into my existing Spring project unless I rename my transaction manager, which is currently declared this way: bean id=transactionManager class=org.springframework.jdbc.datasource.DataSourceTransactionManager property

[Neo4j] Spring integration problem

2011-11-30 Thread Frank
Eclipse classpath and again to my Eclipse launch command, which had no effect. Any help would be appreciated, as I am dead in the water at this point. Thanks. Frank -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Spring-integration-problem

[Neo4j] NullPointerException in ExecutingRestRequest

2011-11-30 Thread Frank
The server is running on localhost and can be hit from a browser. The server's configuration was modified to allow requests from any IP address, although all of my attempts are from the localhost anyway. I've tried this with and without a trailing slash on the URI, no difference. Code:

Re: [Neo4j] Spring integration problem

2011-11-30 Thread Frank
working at this point. Frank On Nov 30, 2011, at 6:46 PM, Michael Hunger [via Neo4j Community Discussions] wrote: Hi Frank, Which version of Srping Data Neo4j (and which version of Spring) are you running? It say it misses one of the Spring classes: org/springframework/beans