I have an extensive application wired using iPojo (love it!) but now I want to create a REST API bundle where servlets are registered through pax-web.
I was looking at Jersey for building out the endpoints, but I can't seem to get Jersey/iPojo to play well. I have been able to run their OSGI examples just fine, but when I try to replace the Activator with a Jersey ServletContainer (or wrapper, or extendsion, etc) I get all sorts of errors. I've also done the iPojo model fusion servlet example just fine. Has anyone successfully wired up Jersey servlets using iPojo? If not, is anyone using Restlet or a similar library with iPojo? Cheers, David Allen David Allen veloGraf Systems [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

