Hi Andrew, if you run Neo4j embedded you don't have Jersey dependencies, the kernel doesn't have any. ??
You can extend the server with server extensions that are exposed via Jersey Resources but then you shouldn't have any different Jersey deps. Perhaps you can explain your application architecture a bit? Cheers, Michael On Mon, Sep 15, 2014 at 6:24 PM, Andrew Stone <[email protected]> wrote: > Hello, > > We are running neo4j embedded within our application and have the need to > include a module which depends on Jersey 2.9 / JAX-RS2.0 > > Neo4j-server is running Jersey 1.9. > > As you may know. v1 and v2 of JAX-RS API have fundamental differences that > do not allow them to execute within the same classpath. So we are stuck and > need to either downgrade the other module (we own it) or try to isolate it > within its own classpath - either adds additional overhead for development. > > *Does Neo4j have any intent to upgrade their Jersey version? Has anyone > else run into this problem? What was your solution?* > > > Thanks > > -- > 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/d/optout. > -- 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/d/optout.
