Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 65196 invoked from network); 15 Jul 2007 01:30:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jul 2007 01:30:10 -0000 Received: (qmail 6596 invoked by uid 500); 15 Jul 2007 01:30:13 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 6473 invoked by uid 500); 15 Jul 2007 01:30:12 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 6463 invoked by uid 99); 15 Jul 2007 01:30:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jul 2007 18:30:12 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of james.mao@iona.com designates 12.170.54.180 as permitted sender) Received: from [12.170.54.180] (HELO amer-mx1.iona.com) (12.170.54.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jul 2007 18:30:09 -0700 X-IronPort-AV: E=Sophos;i="4.16,539,1175486400"; d="scan'208";a="2838174" Received: from amer-ems1.ionaglobal.com ([10.65.6.25]) by amer-mx1.iona.com with ESMTP; 14 Jul 2007 21:29:47 -0400 Received: from [10.129.9.178] ([10.129.9.178]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Sat, 14 Jul 2007 21:29:45 -0400 Message-ID: <46997893.5000802@iona.com> Date: Sun, 15 Jul 2007 09:29:55 +0800 From: James Mao User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org Subject: Re: svn commit: r555978 - in /incubator/cxf/trunk: api/src/main/java/org/apache/cxf/tools/common/ buildtools/src/main/resources/ tools/common/src/main/java/org/apache/cxf/tools/common/ tools/common/src/main/java/org/apache/cxf/tools/common/model/ tools/com... References: <20070713130838.8937C1A981D@eris.apache.org> <46988234.7070205@iona.com> <200707141529.02447.dkulp@apache.org> In-Reply-To: <200707141529.02447.dkulp@apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 Jul 2007 01:29:46.0979 (UTC) FILETIME=[A1210330:01C7C67F] X-Virus-Checked: Checked by ClamAV on apache.org Thanks, Dan Basically the generated jaxb binding files can be used in the wsdl2java So, I'll add a test for it. James > On Saturday 14 July 2007 03:58, James Mao wrote: > >> Why remove the DataTypeAdapter?, >> The adapter class is used in the jaxb binding file which will be >> generated automatically if the sei has a java.util.Date or >> java.util.Calendar type >> > > Oh. Ok. Eclipse basically said it was unused code since NOTHING in the > compile tree referenced it at all. There also wasn't a comment in the > code itself saying why it was there. I'll put it back on Monday (unless > you or someone beats me to it). However, it really needs to go back > with some tests or something. > > Dan > > > >> Or maybe you have added another class for this purpose, but i can not >> see in this commit >> >> James >> >> >>> Author: dkulp >>> Date: Fri Jul 13 06:08:28 2007 >>> New Revision: 555978 >>> >>> URL: http://svn.apache.org/viewvc?view=rev&rev=555978 >>> Log: >>> Cleanup formatting of client and impl code >>> Add option to generate some default data (may not be schema >>> compliant at this point) into client/impl to make testing easier >>> >>> >>>