[
https://issues.apache.org/jira/browse/BEANUTILS-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598756#action_12598756
]
Christopher Schultz commented on BEANUTILS-315:
-----------------------------------------------
I'm not in a good position to really test in a 1.8 environment, so if you could
change the class to extend AbstractConverter and re-name convert to
convertToType, I believe that should do it.
> 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.