Hi,
Installed community version 4.0.0 and want to try triggers.
Added apoc.trigger.enabled=true to config file, but still get the message Procedure not found... after using CALL apoc.trigger.add(...) function.
Even after restarting after neo4j restart it doesn't seem to work!
What am i Doing wrong?
Regards,
Gerard
do you have the apoc jar file in the plugins folder?
No!
Now, I've downloaded apoc-3.5.0.8-all.jar and added it to the plugin directory.
Issueing the command ./neo4j start now yields:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Gerard
you need to download apoc-4.0.x version for neo4j 4.0
1 Like