[
https://issues.apache.org/jira/browse/CXF-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791590#action_12791590
]
Daniel Kulp commented on CXF-2579:
----------------------------------
This is actually working "as designed" due to the way Aegis doesn't flatten
collections down like JAXB does. It creates a wrapper type which then results
in a wrapper element.
However, Benson recently added support for flattened arrays through the aegis
xml config. I'm updating that to also allow for flattened Collections as well
as added a @XmlFlattenedArray annotation to aegis. Thus, with the new
annotation added to the Tags class, I can get the json to look a bit better.
Testing the fixes now.
> Aegis reports duplicate tags for some complex types
> ---------------------------------------------------
>
> Key: CXF-2579
> URL: https://issues.apache.org/jira/browse/CXF-2579
> Project: CXF
> Issue Type: Bug
> Components: Aegis Databinding
> Reporter: Sergey Beryozkin
> Assignee: Daniel Kulp
> Fix For: 2.2.6, 2.3
>
>
> See JAXRS AegisJSONProvider.testManyTags tests
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.