graph_processing icon indicating copy to clipboard operation
graph_processing copied to clipboard

Install instructions in README.md outdated

Open pegep opened this issue 9 years ago • 1 comments

The install instructions tell to add org.neo4j.server.thirdparty_jaxrs_classes=com.maxdemarzi.processing=/service to neo4j-server.properties.

However that is not working with Neo4j v3.0.

Instead using dbms.unmanaged_extension_classes=com.maxdemarzi.processing=/service is working. I added this to neo4j.conf. Using neo4j-server.properties didn't seem to work.

pegep avatar Sep 28 '16 14:09 pegep

+1.. I've also faced the same problem.. Thank you for pointing it out

captainjackrana avatar Jan 29 '17 17:01 captainjackrana