Hi, The validateDate() function in org.jibx.runtime.Utility is used to validate dates in XSD date format. But it doesn't handle date strings with timezones, for example "2008-04-08Z", even though the timezone is part of the XSD date format specification.
The biggest problem is that validateDate() doesn't just ignore the timezone, but that it considers a date with timezone invalid. This makes it unusable with the default axis2 databinding, which apppends a timezone to date values. Cheers, Jochem ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ jibx-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-devs
