Regarding connecting the Neo4j JDBC to the embedded server, the docs say: Connect with URLs on the form jdbc:neo4j:instance:name, e.g. jdbc:neo4j:mem:mydb and put the GraphDatabaseService object instance under the same name into the properties provided to the driver
I interpreted this literally and named my instance simulationDb and passed in "jdbc:neo4j:simulationDb", however the JDBC driver is failing at: line 76 GraphDatabaseService gds = databases.get( name ); which tells me that I don't have this configured correctly. Does anyone know the proper way to configure the JDBC with an embedded server? -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
