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.

How to make triggers work!?

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

1 ACCEPTED SOLUTION

you need to download apoc-4.0.x version for neo4j 4.0

View solution in original post

4 REPLIES 4

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

Thank you very much!

Got it working now!

Gerard