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?
