Closed gataky closed 9 years ago
I think you're mixing it up the gremlin plugin from Aurelius is actually an unmanaged server extension (jax-rs resource) which is not listed as a plugin.
The plugin from this repository is a ServerPlugin which is listed as extension.
I recommend to go with the aurelius plugin and use a rest-client to access it's endpoint.
I've installed the plugin per the directions given. It actually works when I use curl from the command line with a simple query. The problem is when I try to get a list of extensions registered by the server, nothing shows up.
I've added this line to my config file and restarted the server
Logs show "No provider classes found." which may be a clue?
Testing the gremlin plugin with curl:
Trying to get a list of extension that are installed:
Notice the extensions is an empty set
I would expect to see something like:
Something along those lines.
I'm using a third party library to develop with Neo4j and it's expecting the
extensions
section to be populated with the plugins.Am I missing something or is this a know bug?
Thanks