I am using:
https://github.com/neo4j/neo4j/blob/2.0.0/community/server-examples/src/main/java/org/neo4j/examples/server/unmanaged/HelloWorldResource.java

I compile this, make a jar of it, then place it under plugins, then I set:
org.neo4j.server.thirdparty_jaxrs_classes=org.neo4j.examples.server.unmanaged=/examples/unmanaged

however, I get the following error message:
 20 17:45:56.976 [main] WARN  /helloworld - unavailable
 21 com.sun.jersey.api.container.ContainerException: The ResourceConfig 
instance does not contain any root resource classes.
 22   at 
com.sun.jersey.server.impl.application.RootResourceUriRules.<init>(RootResourceUriRules.java:99)
 
~[jersey-server-1.9.jar:1.9]
 23   at 
com.sun.jersey.server.impl.application.WebApplicationImpl._initiate(WebApplicationImpl.java:1298)
 
~[jersey-server-1.9.jar:1.9]
 24   at 
com.sun.jersey.server.impl.application.WebApplicationImpl.access$700(WebApplicationImpl.java:169)
 
~[jersey-server-1.9.jar:1.9]
 25   at 
com.sun.jersey.server.impl.application.WebApplicationImpl$13.f(WebApplicationImpl.java:775)
 
~[jersey-server-1.9.jar:1.9]


-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to