TransformFeature can not be applied to outtbound explicit collections
---------------------------------------------------------------------

                 Key: CXF-3528
                 URL: https://issues.apache.org/jira/browse/CXF-3528
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 2.3.4, 2.4.1
            Reporter: Sergey Beryozkin


If a resource method returns an explicit collection such as List<Book> then 
attempting to transform the output with TransformFeature fails.
This is due to the fact JAX-RS JAXB providers manage the process of writing the 
collections manually, they manually write a collection wrapper tag and then 
they serialize every collection member individually

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to