Apache JDO Project - [jira] Created: (JDO-547) api2

This is Interesting: Free IT Magazines  
Home > Archive > Apache JDO Project > October 2007 > [jira] Created: (JDO-547) api2





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author [jira] Created: (JDO-547) api2
Michael Bouschen (JIRA)

2007-10-25, 1:11 pm

api2 ObjectIdentityTest.testStringNullDateConstructor fails due to unexpected date format in different locales
--------------------------------------------------------------------------------------------------------------

Key: JDO-547
URL: https://issues.apache.org/jira/browse/JDO-547
Project: JDO
Issue Type: Bug
Components: api2, api2-legacy
Affects Versions: JDO 2 maintenance release 1
Reporter: Michael Bouschen
Assignee: Michael Bouschen
Fix For: JDO 2 maintenance release 1


Method testStringNullDateConstructor of api2 test class ObjectIdentityTest uses a DateFormat instance obtained by DateFormat.getInstance(). This returns the default date/time formatter which is then used to parse a date in format "M/d/yy h:mm a".

This does not work in case the default date/time formatter uses a format different from "M/d/yy h:mm a", because of a different locale. E.g. the format for the German locale is "dd.MM.yy HH:mm". This leads to an exception when parsing the date string:
Testcase: testStringNullDateConstructor(javax.jdo.identity.ObjectIdentityTest): Caused an ERROR
Error parsing Date string "10/9/2007 4:26 PM" at position 2 using date format "dd.MM.yy HH:mm".
javax.jdo.JDOUserException: Error parsing Date string "10/9/2007 4:26 PM" at position 2 using date format "dd.MM.yy HH:mm".


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com