You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by "joerg@kiegeland.com" <jo...@kiegeland.com> on 2011/03/18 12:35:15 UTC

reading JAXB collections not works - test cases disabled

Reading a JAXB collection is currently not possible.
As I am looking for test cases for reading collections,
I found testReadQualifiedCollection() and testReadQualifiedArray() in 
org.apache.cxf.jaxrs.provider.JSONProviderTest. They are marked with 
@Ignore, and the test methods immediately fail when I remove this junit 
annotation.

For when is this feature scheduled? as JAXBElementProvider can read 
collections, it should be no big deal, or is there a technical issue?