Re: Registering a custom MessageBodyReader with a non-Spring CXF install

2009-10-28 Thread Dave Wilson
Sergey, Thank you very much for your response. As it turns out I was just being quite dense: I am using the CXFNonSpringJAXRSServelt, but for whatever reason it didn't occur to me to simple put it in the getSingletons method of my Application. Worse yet, the documentation at

Re: Registering a custom MessageBodyReader with a non-Spring CXF install

2009-10-28 Thread Sergey Beryozkin
: Registering a custom MessageBodyReader with a non-Spring CXF install Sergey, Thank you very much for your response. As it turns out I was just being quite dense: I am using the CXFNonSpringJAXRSServelt, but for whatever reason it didn't occur to me to simple put it in the getSingletons

RE: Registering a custom MessageBodyReader with a non-Spring CXF install

2009-10-27 Thread Sergey Beryozkin
Hi Sorry for a delay, I'm just back from a short break... Perhaps using CXFNonSpringJAXRSServelt can help ? http://cxf.apache.org/docs/jax-rs.html#JAX-RS-ConfiguringJAXRSservicesin containerwithoutSpring one can use a jaxrs.providers servlet parameter, listing all the providers (separated by