Hello, Yes, a workaround for non-Spring scenarios would be most helpful.
Also note that having to include every single array in a separate file such as cxf.xml isn't really a workaround, it's more like an ugly kludge (no offense). Have there been thoughts about a proper solution? I found bug report <https://issues.apache.org/jira/browse/CXF-2820>, which has been closed as WON'T FIX. Lars On Tue, Nov 27, 2012 at 4:36 PM, Sergey Beryozkin <[email protected]> wrote: > Hi > > On 27/11/12 15:30, Ladislav Lenčucha wrote: >> >> Have you checked >> >> http://svn.apache.org/repos/asf/cxf/trunk/systests/jaxrs/src/test/resources/jaxrs/WEB-INF/beans.xml? >> >> Could you attach all relevant parts of your cxf.xml? That includes e.g. >> <jaxr:server>. Also attach the object that contains array/collection. Are >> the collection items annotated as myArray1 or myArray2? >> > Unfortunately, given that non-Spring servlet is used, this spring config > won't be used...And it is only possible to list simple parameters, as > opposed to the list parameters, for specific providers... > > I'll check if a list parameter can be supported easily enough... > > Sergey
