Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 79810 invoked from network); 20 May 2008 19:06:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 May 2008 19:06:23 -0000 Received: (qmail 53585 invoked by uid 500); 20 May 2008 19:06:20 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 53425 invoked by uid 500); 20 May 2008 19:06:20 -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 53384 invoked by uid 99); 20 May 2008 19:06:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 12:06:20 -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; Tue, 20 May 2008 19:05:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DBD3E234C121 for ; Tue, 20 May 2008 12:05:55 -0700 (PDT) Message-ID: <1527210495.1211310355899.JavaMail.jira@brutus> Date: Tue, 20 May 2008 12:05: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: XMLDateTimeConverterTests.java Unit tests for XMLDateTimeConverter (requires junit). > 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.