Re: [Neo4j] Traversing all relationship types

2011-05-13 Thread Jean-Pierre Bergamin
Thank you Peter. These examples are really helpful and up-to-date. Best regards, James 2011/5/11 Peter Neubauer peter.neuba...@neotechnology.com Jean-Pierre, we are in the process of moving the Getting started guides to docs.neo4j,org, along with a number of good examples, amongst others on

Re: [Neo4j] Spring Data Graph in an OSGi environment

2011-05-13 Thread Nicolas Jouanin
Hi, I've written an article [1] showing how to run neo4j embedded database inside an OSGi container. Starting from that I think you can create a bundle which uses this database to create the appropriate Spring data configuration. I suppose that spring-data-graph is packaged as a OSGi compatible

Re: [Neo4j] Spring Data Graph in an OSGi environment

2011-05-13 Thread Nicolas Jouanin
Well, at the minimum, it's only a question of adding some extra headers (Bundle-Symbolic, Export-Package; ...) in the package MANIFEST and this can be done automatically using the maven-bundle-plugin. You can have a look at Neo4j pom file or this second article :

[Neo4j] Out of memory with Neo4j Spatial

2011-05-13 Thread Nolan Darilek
Picking up my slow port to Neo4j Spatial again, and am hitting an out-of-memory error when trying to import large datasets. Given that this code works fine if I use a different database and swap out the implementations, I suspect Neo4j as the issue. This is Neo4j 1.4-SNAPSHOT and Spatial

Re: [Neo4j] Spring Data Graph in an OSGi environment

2011-05-13 Thread Jean-Pierre Bergamin
SDG is using bundlor to generate the MANIFEST.MF file.I already fixed the MANIFEST and the spring data neo4j bundle can now be resolved. But when the spring application context is loaded, the class org.springframework.data.graph.neo4j.config.Neo4jConfiguration cannot be found during bean

Re: [Neo4j] Spring Data Graph in an OSGi environment

2011-05-13 Thread Michael Hunger
Forwarded it to the AJ project lead Andy Clement, he knows this OSGi + AJ stuff certainly better than me :) Cheers Michael Am 13.05.2011 um 14:03 schrieb Jean-Pierre Bergamin: SDG is using bundlor to generate the MANIFEST.MF file.I already fixed the MANIFEST and the spring data neo4j bundle

[Neo4j] Error while creating EXE from JAR and Runnable JAR----RESOVLED

2011-05-13 Thread Abhishek AS
*PROBLEM:* Was creating an exe by exporting JAR and Runnable JARs thro eclipse.. Using Launch4j to do that. and having proper manifest files with the class path too.. But i get the following error when i try to run the created exe file. Caused by: java.Lang. ClassNotFoundException:

Re: [Neo4j] Modelling a fault tree

2011-05-13 Thread Peter Neubauer
Jean-Pierre, this looks a lot like the deduction of resulting permissions in a nested Access Control List. There is a brief example on that at http://wiki.neo4j.org/content/ACL that might be in that direction? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone

Re: [Neo4j] Out of memory with Neo4j Spatial

2011-05-13 Thread Peter Neubauer
Nolan, do you have the importing code and what dataset are you importing? Also, do you have any console output? It could be very big transactions or other database settings not adjusted to the size of your import ... Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer

Re: [Neo4j] Out of memory with Neo4j Spatial

2011-05-13 Thread Nolan Darilek
I'm importing the dataset for Texas. My version is a few weeks old, but you can find the newest here: http://downloads.cloudmade.com/americas/northern_america/united_states/texas/texas.osm.bz2 My import code, more or less, let me know if you need more implementation details: class

[Neo4j] Neo4j and Java 1.5

2011-05-13 Thread Julien Serdaru
Hi all, I am considering using Neo4j embedded into a web application. We have to support Java 1.5 since we deploy on client J2EE application servers which still run on 1.5. Looking at the documentation, it seems that Java 1.6 is a prerequisite.

[Neo4j] [ANN] Neo4j 1.4.M02 Kiruna Stol - Chugging Along

2011-05-13 Thread Andreas Kollegger
Hi peeps, Another two weeks have flown by since the first milestone of “Kiruna Stol”, so it’s time for a new milestone release. 1.4.M02 brings mostly performance improvements, in the form of dependency updates and internal changes, but also new indexing operations via the REST API. NOTICE:

Re: [Neo4j] [ANN] Neo4j 1.4.M02 Kiruna Stol - Chugging Along

2011-05-13 Thread Javier de la Rosa
On Fri, May 13, 2011 at 17:03, Andreas Kollegger andreas.kolleg...@neotechnology.com wrote: Additions to the REST API: The REST API so far has been left wanting regarding the available index operations. This milestone exposes all the Neo4j specific index operations users of the embedded

Re: [Neo4j] Neo4j and Java 1.5

2011-05-13 Thread Peter Neubauer
Julien, I think there are some parts in the server that require Java 1.6 liek the javax.scripting , but I am not sure about the kernel. I suspect some of the service loader extensions being Java 1.6. Anyone else having that info? Cheers, /peter neubauer GTalk: neubauer.peter Skype

Re: [Neo4j] Out of memory with Neo4j Spatial

2011-05-13 Thread Peter Neubauer
Nolan, will try to set it up and report back. We are thinking of moving away from the batchinserter, as new performance improvements in Neo4j might render the batchinserter unnecessary, and the speedup is not that great. It is mostly Lucene being the bottleneck and configuration around that, which