Hi,
I am trying to deploy unmanged extensions into neo4j server with a little 
result.
I've followed this tutorial: 
http://components.neo4j.org/neo4j-examples/snapshot/server-rest-api.html

snippet from my wrapper.log:

INFO: Scanning for root resource and provider classes in the packages:
  com.example.graph
INFO: Root resource classes found:
  class com.example.graph.Update
  class com.example.graph.HelloWorldResource

and in my neo4j-server.properties I have added this line:
org.neo4j.server.thirdparty_jaxrs_classes=com.example.graph=/example

and a outcome is 404, for both resources HelloWorldResource and Update

As in example I am using server in version: Version: 1.3-SNAPSHOT
and I compile my code against neo4j-server 0.6-SNAPSHOT, jar placed in plugins 
no additional dependencies.

Thank you in advance for any help. 

Best Regards
Piotr Pejas

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to