You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/11/11 10:17:25 UTC

DO NOT REPLY [Bug 25539] - [beanutils] Using copyProperties and SQL Dates

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=25539>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=25539


niallp@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




------- Additional Comments From niallp@apache.org  2005-11-11 10:17 -------
ConvertUtils provides a mechanism to register your own converters. 
If you want a default of "null" for these converters then you can simply 
register converters using the mechanism you suggest:

  ConvertUtils.register(new SqlDateConverter(null), Date.class);
  ConvertUtils.register(new SqlTimeConverter(null), Time.class);
  ConvertUtils.register(new SqlTimestampConverter(null), Timestamp.class);

Closing this as WONTFIX since there is nothing wrong with the default behaviour 
and there is a mechanism to achieve what you want.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org