Re: [Neo4j] Neo4j Spatial - Keep OSM imports - Use in GeoServer

2011-07-12 Thread Craig Taverner
I am travelling at the moment, so cannot give a long answer, but can suggest you look at the wiki page for neo4j in uDig, because there we have made some updates concerning which jars to use, and that will probably help you get this working. On Jul 12, 2011 10:59 AM, Robin Cura

Re: [Neo4j] Neo4j Spatial - Keep OSM imports - Use in GeoServer

2011-07-12 Thread Robin Cura
Craig, Thanks for your answer, I looked at this page and so, I've put those libs inside the WEB-INF/lib/ directory : - neo4j-kernel-1.4-SNAPSHOT.jar - neo4j-lucene-index-1.4-SNAPSHOT.jar - neo4j-graph-algo-1.4-SNAPSHOT.jar - geronimo-jta_1.1_spec-1.1.1.jar - lucene-core-3.1.0.jar

Re: [Neo4j] Neo4j Spatial - Keep OSM imports

2011-07-08 Thread Craig Taverner
Another option is to run the main method of OSMImport class, which expects command line arguments for database location and OSM file, and will simply import a file once. This is not tested often, so there is a risk things have changed, but it is worth a try. Another, even easier, option in my

Re: [Neo4j] Neo4j Spatial - Keep OSM imports

2011-07-07 Thread Peter Neubauer
Robin, the database is deleted after each run in Neo4jTestCase.java, @Override @After protected void tearDown() throws Exception { shutdownDatabase(true); super.tearDown(); } if you change to shutdownDatabase(false), the database will not be deleted. In this case,

[Neo4j] Neo4j Spatial - Keep OSM imports

2011-07-05 Thread Robin Cura
Hello, First of all, I don't know anything in java, and I'm trying to figure out if neo4j could be usefull for my projects. If it is, I will of course learn a bit of java so that I can use neo4j in a decent way for my needs. I'd like to use a neo4j spatial database together with GeoServer. For