On Thu, 2009-09-10 at 14:39 -0700, Sergey Beryozkin wrote:
> If you decide to try a 3rd part (JAXRS) provider like Jackson then you'd > need to wrap it in a bundle and register an instance of it as > MessageBodyReader/MessageBodyWriter from the Activator and DOSGI JAXRS will > pick it up > > Alternatively, wrap it in your own provider (to be shipped with your > application bundle) and then just refer to your provider class using > org.apache.cxf.rs.provider property... > If someone has done this for just plain old OSGi, and/or has some instructions on how to "test drive" Jackson under Apache CXF/JAX-RS, that would be super awesome. Benson: if you have this done and it's in a Maven repository that I can just plug into ServiceMix 4, that would be even better. --sgp
