Re: [Neo4j] Error in getting embedded neo4j database in java application

2018-04-30 Thread 'Michael Hunger' via Neo4j
Only one process can use the same database. If you use neo4j embedded you have to make sure to have all dependencies provided with your build tool, e.g. maven or gradle. so use `neo4j:neo4j.3.3.5` as the proper top-level dependency which includes all the transitive ones. Michael On Fri, Apr 27,

[Neo4j] Error in getting embedded neo4j database in java application

2018-04-30 Thread chahal . arora
Hi, When I am trying to embed a neo4j database in my java application. I have a neo4j database and verified it by running it on neo4j server. But I am having problems in using it in my java application. While debugging I observed that the debugger goes to line 79 of class LuceneIndexImplement