> Look in the options you can pass to the JDBC connector for mysql. You can > either have mysql return proper NULL dates or these unix time zero dates > which is how it internally stores NULL dates.
Thanks Ari. It was: jdbc:mysql://localhost/mydb?zeroDateTimeBehavior=convertToNull Cheers, Christian
