Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 80504 invoked from network); 6 Mar 2009 17:58:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2009 17:58:19 -0000 Received: (qmail 22898 invoked by uid 500); 6 Mar 2009 17:58:19 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 22890 invoked by uid 500); 6 Mar 2009 17:58:19 -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 22879 invoked by uid 99); 6 Mar 2009 17:58:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 09:58:19 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 06 Mar 2009 17:58:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3693F234C498 for ; Fri, 6 Mar 2009 09:57:56 -0800 (PST) Message-ID: <707055762.1236362276218.JavaMail.jira@brutus> Date: Fri, 6 Mar 2009 09:57:56 -0800 (PST) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-2088) Wrong serialisation order of elements when using Aegis databinding. In-Reply-To: <1741532057.1236246838701.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CXF-2088: ----------------------------- Fix Version/s: (was: 2.2) 2.1.5 > Wrong serialisation order of elements when using Aegis databinding. > ------------------------------------------------------------------- > > Key: CXF-2088 > URL: https://issues.apache.org/jira/browse/CXF-2088 > Project: CXF > Issue Type: Bug > Components: Aegis Databinding > Affects Versions: 2.1.4 > Reporter: Christofer Dutz > Assignee: Benson Margulies > Fix For: 2.1.5 > > Attachments: BeanType.java > > > In my current case I hava > * an abstract Java class "AbstractDatabaseObject" defining a property "id". > * an abstract Java class "Credential" which extends "AbstractDatabaseObject" and defines a property "name" > * a concrete Java class "UsernamePasswordCredential" which extends "Credential" and defines properties "username" and "password" > All schemas are created to my greates satisfaction (Great Job!). > Unfortunately the serialisation order when using Aegis databinding (don't know if its the same using others) is the wrong way around. > Instead of getting: > > 306ce816-01b7-11de-8d92-8d4df6b73eb1 > dsfgsdfgs > dsfsfdg > sdsdfgsdfg > > I get: > > dsfsfdg > sdsdfgsdfg > dsfgsdfgs > 306ce816-01b7-11de-8d92-8d4df6b73eb1 > > Which my Flex client complains about. > I'll try to whip up a patch fixing this issue today. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.