graphaware / neo4j-framework

GraphAware Neo4j Framework
244 stars 68 forks source link

Cannot resolve APOC library during trigger execution on start #105

Closed mvid closed 3 years ago

mvid commented 4 years ago

We recently started using Neo4j triggers to take care of some backend business logic, but we have noticed that on start, we can no longer bring up the container due to an error in "Graphaware Starter". Any time a trigger exists that references anything in the APOC library (a loaded plugin), it fails with a ProdecureException because it cannot find the "apoc.*" call we were using.

We verified the exact same call from the browser, and it works fine. It is strange that Graphaware is interacting with these triggers at all, as they are only on node/edge creation, which Graphaware doesn't seem to do.

Any advice?