Eric _t
New member
Joined: 16/02/2009 09:45:51
Messages: 2
Offline
|
Although I have selected the Default Date column, when I try to migrate a table from MySQL that contains an invalid date-field, i get the following error:
Error Loading Data into Table: Value '0000-00-00' can not be represented as java.sql.Date.
Googling for this error I find the following solution:
http://community.eapps.com/showthread.php?t=8
which suggests adding '&zeroDateTimeBehavior=convertToNull' to the end of the url parameter in the server.xml connection pool resource section.
I can not find such an xml file in the migrationstudio folder.
How can I configure migration studio to have the desired handling of invalid dates ?
|