Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 86193 invoked from network); 16 Dec 2009 21:26:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Dec 2009 21:26:41 -0000 Received: (qmail 30867 invoked by uid 500); 16 Dec 2009 21:26:41 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 30822 invoked by uid 500); 16 Dec 2009 21:26:40 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 30797 invoked by uid 99); 16 Dec 2009 21:26:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 21:26:40 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 21:26:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1AE4B234C4BF for ; Wed, 16 Dec 2009 13:26:18 -0800 (PST) Message-ID: <108737826.1260998778095.JavaMail.jira@brutus> Date: Wed, 16 Dec 2009 21:26:18 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Subject: [jira] Commented: (CXF-2579) Aegis reports duplicate tags for some complex types In-Reply-To: <776350245.1260470778100.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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.