From issues-return-4256-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Wed May 21 19:08:21 2008 Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 35145 invoked from network); 21 May 2008 19:08:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2008 19:08:20 -0000 Received: (qmail 50724 invoked by uid 500); 21 May 2008 19:08:18 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 50593 invoked by uid 500); 21 May 2008 19:08:18 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 50580 invoked by uid 99); 21 May 2008 19:08:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 12:08:18 -0700 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; Wed, 21 May 2008 19:07:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D3C0F234C11E for ; Wed, 21 May 2008 12:07:55 -0700 (PDT) Message-ID: <102865020.1211396875866.JavaMail.jira@brutus> Date: Wed, 21 May 2008 12:07:55 -0700 (PDT) From: "Christopher Schultz (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (BEANUTILS-315) Converter for XML Schema 'dateTime' type In-Reply-To: <2092779921.1211299015614.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/BEANUTILS-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Schultz updated BEANUTILS-315: ------------------------------------------ Attachment: XMLDateTimeConverter.java New implementation of the XMLDateTimeConverter. This one does not require regular expressions and should work on all versions of Java. The regexp-based parser remains in the source code, but completely commented-out. > Converter for XML Schema 'dateTime' type > ---------------------------------------- > > Key: BEANUTILS-315 > URL: https://issues.apache.org/jira/browse/BEANUTILS-315 > Project: Commons BeanUtils > Issue Type: New Feature > Components: ConvertUtils & Converters > Reporter: Christopher Schultz > Priority: Minor > Attachments: XMLDateTimeConverter.java, XMLDateTimeConverterTests.java > > > I have developed a converter implementation that can convert XML Schema 'dateTime' (xs:dateTime) types into java.util.Date and would like to donate it to the project. > This Converter is being used with commons-digester successfully in one of my projects, and a series of posts on the commons-user list led me to believe that commons-beanutils was an appropriate place to file an enhancement request. > A proposed implementation is forthcoming. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.