My different example projects are working well, but the database is stored in my Eclipse application itself. I am using Eclipse on OSX, so are there any known problems? Did anyone have the same problem so far?
I did specify the path with:
<neo4j:config storeDirectory="target/neo.db" />
Have you tried setting an absolute location like /tmp/mydb ?