jexp / neo4j-clean-remote-db-addon

A server extension that allows cleaning the db with a single rest call (use with care)
55 stars 7 forks source link

the plugin is not shown in the extensions list #11

Open bazo opened 11 years ago

bazo commented 11 years ago

hi,

if i do curl localhost:7474/data/db/ i get a list of all plugins and other properties, but your plugin is not listed there.

i'm trying to develop a php ogm, and i would like to test if the plugin is available, but i can;t if doesn't show up in the list.

do you think there is a way how to detect it or maybe it could be made like the other plugins?

jexp commented 11 years ago

It is an unmanaged extension and not a plugin, so it will not be listed there. Unmanaged extensions are just plain jersey endpoints which are not discoverable (right now) from neo4j.

Can you raise an issue about discoverability of unmanaged extensions in the http://github.com/neo4j/community/issues ?

bazo commented 11 years ago

it's done. https://github.com/neo4j/community/issues/861