Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 50481 invoked from network); 3 Jul 2007 10:57:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2007 10:57:32 -0000 Received: (qmail 536 invoked by uid 500); 3 Jul 2007 10:57:32 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 497 invoked by uid 500); 3 Jul 2007 10:57:32 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 488 invoked by uid 99); 3 Jul 2007 10:57:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 03:57:32 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of smallsmallorgan@gmail.com designates 209.85.146.182 as permitted sender) Received: from [209.85.146.182] (HELO wa-out-1112.google.com) (209.85.146.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 03:57:28 -0700 Received: by wa-out-1112.google.com with SMTP id k22so2714228waf for ; Tue, 03 Jul 2007 03:57:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=GbMEpnqNPJuQ58ZqpqZpUN6qDubua4Sj93sMYKEfIZH5U5kH5LeyA0D/uNhZizj4GfjMxTxcpwEI9ewvlXg+yman4g1OsLHtflyh1hpHMSSSctWaahecoCXGhwmmB+9UHaNILw9lGUSj0qRCh48Hzp5M2QceiHh30Ro/AfZpdGg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=D6UFU/zoOpbDteCxXp+mmdmNgWT0mu34P0R6UhzXGvK8fhc5NNZI21XMEOfPoWiLXOMhChBaD858yOX17jo7qybGNLBa2ehK5/XQuXs+vq0SL3L23Bz+P921DvRNUgvtbNICZbQF4HPARB3lTgrc6lwcOa4QBGr/jzEIOTHRWec= Received: by 10.115.88.1 with SMTP id q1mr6054487wal.1183460228502; Tue, 03 Jul 2007 03:57:08 -0700 (PDT) Received: by 10.114.109.11 with HTTP; Tue, 3 Jul 2007 03:57:08 -0700 (PDT) Message-ID: <473c46620707030357u38241ac8kc4d544cc4b9573cb@mail.gmail.com> Date: Tue, 3 Jul 2007 18:57:08 +0800 From: "Spark Shen" To: dev@harmony.apache.org Subject: [classlib][beans] Current java6 bean implementation does not persist some class properly [was: There are some JDK 6 feature not implemented] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_118135_29991510.1183460228484" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_118135_29991510.1183460228484 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I find beans.XMLEncoder does not persist java.lang.reflect.Field properly. And I suspect there are more classes not properly handled. I have reported a JIRA: https://issues.apache.org/jira/browse/HARMONY-4321 If no objection, I will go to implement those missing persistence functionality. -- Spark Shen China Software Development Lab, IBM ------=_Part_118135_29991510.1183460228484--