Hi, Thanks a lot for the reply. We are using the non Spring Servlet. Presumably, then, in web.xml I would need only to include the entry...
<init-param> <param-name>jaxrs.properties</param-name> <param-value> serializeAsArray=true </param-value> </init-param> Is that it? Rob ________________________________ From: Sergey Beryozkin [via CXF] <[email protected]> To: rpd <[email protected]> Sent: Sunday, 12 January 2014, 18:24 Subject: Re: NON-SPRING JSON array serialization workaround please?? Hi You can use CXFNonSpringJaxrsServlet where JSONProvider is configured via either custom JAX-RS Application or declaratively, see http://cxf.apache.org/docs/jaxrs-services-configuration.html#JAXRSServicesConfiguration-ConfiguringJAX-RSservicesincontainerwithoutSpring Cheers, Sergey On 10/01/14 12:11, rpd wrote: ________________________________ -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com/ ________________________________ If you reply to this email, your message will be added to the discussion below: http://cxf.547215.n5.nabble.com/NON-SPRING-JSON-array-serialization-workaround-please-tp5738442p5738478.html To unsubscribe from NON-SPRING JSON array serialization workaround please??, click here. NAML -- View this message in context: http://cxf.547215.n5.nabble.com/NON-SPRING-JSON-array-serialization-workaround-please-tp5738442p5738534.html Sent from the cxf-user mailing list archive at Nabble.com.
