[Neo4j] Using EmbeddedNeo4jServer with Jersey on Eclipse

2011-08-17 Thread shlomyb
Hi

I am playing with a server plugin  example I've found named:
neo4j-clean-remote-db-addon (by Michael Hunger)

It uses EmbeddedNeo4jServer instance and using Rest commands(with Jersey) it
cleans the db.

There is a small unit test  class so I created a Java project in Eclipse put
the Jersey jars in the build path import javaa classes and the problem is
that  when I try to use it  I can see the server is starting up but I get
No Web Server exception thrown by Jersey.

Can I get some help here?

10x

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Using-EmbeddedNeo4jServer-with-Jersey-on-Eclipse-tp3261777p3261777.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Using EmbeddedNeo4jServer with Jersey on Eclipse

2011-08-17 Thread Peter Neubauer
Hi there,
do you have the project somewhere so I could take a look at it? The
extension is thought to be run in the context of the Neo4j Server, so
running with bare Jersey might miss the Jetty Webserver being started
or some other initialization sequence ...

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Wed, Aug 17, 2011 at 4:30 PM, shlomyb ssbb1...@gmail.com wrote:
 Hi

 I am playing with a server plugin  example I've found named:
 neo4j-clean-remote-db-addon (by Michael Hunger)

 It uses EmbeddedNeo4jServer instance and using Rest commands(with Jersey) it
 cleans the db.

 There is a small unit test  class so I created a Java project in Eclipse put
 the Jersey jars in the build path import javaa classes and the problem is
 that  when I try to use it  I can see the server is starting up but I get
 No Web Server exception thrown by Jersey.

 Can I get some help here?

 10x

 --
 View this message in context: 
 http://neo4j-community-discussions.438527.n3.nabble.com/Using-EmbeddedNeo4jServer-with-Jersey-on-Eclipse-tp3261777p3261777.html
 Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

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