cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

joe
Node Link
since ‎08-29-2018
‎06-01-2022

User Statistics

  • 17 Posts
  • 0 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

Hi, I'm trying to wire up an embedded Neo4j server instance with 3.4.10, but I'm getting a runtime error: Caused by: org.neo4j.kernel.impl.util.UnsatisfiedDependencyException: No dependency satisfies type interface org.neo4j.kernel.impl.query.QueryEx...
In the older SDN it was possible to load an object, and have the SDN framework populate all the sub-objects. Is there any work to make this possible in the later OGM? I know it's possible to do an unbounded depth load: session.load(MyClass, nodeI...
I've got a variable length path search which I'm trying to optimise. It currently takes a reasonably long time to run, as it does a lot of db hits: neo4j-sh (?)$ profile match (f:Feature)<-[:RELATED_FEATURE]-(:Layer0)<-[*0..3]-(s:SalesOrder) retu...
In older versions of Spring-Data-Neo4j it was possible to configure an embedded database, but enable remote access to it via the Neo4j-shell. This was done by using a GraphDatabaseFactory to construct a preconfigured GraphDatabaseService: GraphDataba...
I’m just migration to the newest OGM, having had my project on an older version of SDN until now. I’m worried about something that isn’t very well spelled out in the docs (https://neo4j.com/docs/ogm-manual/current/reference/). 3.7.4.1. Load depth: B...
Kudos from