Re: [appfuse-user] Problem with dbUnit test data import from file

2008-08-06 Thread pjames
I realise now that the actuall error was caused by a missing zero in one of the entries. i.e. I had put 1 and not 01 for the day field. With 01 in place, it works for -MM-dd also. Thanks. pjames wrote: > > Thanks Matt. That hint did help. Though MM/dd/ didnt work for me, > M

Re: [appfuse-user] Problem with dbUnit test data import from file

2008-08-06 Thread pjames
Thanks Matt. That hint did help. Though MM/dd/ didnt work for me, MM-dd- did work. Thanks a lot. mraible wrote: > > I would try MM/dd/ as your date format. > > Matt > > On Wed, Jul 30, 2008 at 5:22 AM, pjames <[EMAIL PROTECTED]> wrote: >> >&

[appfuse-user] Problem with dbUnit test data import from file

2008-07-30 Thread pjames
Hi, I am trying to import a 'datetime' value to my mysql db from sample-data.xml using dbUnit. Here is the file sample