I am new with Neo4j, and I am using the rest API. I managed to use many of
the APIs, but I followed Cypher plugin API
(http://docs.neo4j.org/chunked/1.4.1/cypher-plugin.html), and I get an error
in server: "No such ServerPlugin: CypherPlugin".
I am starting the server like this:
srv = new WrappingNeoServerBootstrapper(
                       myDb, config);
       srv.start();

How should I enable the plugin into the server?

Thanks in advance,

Dem ian
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to