Salut Mihai,

> while building Sequoia ResultSet (Value '0000-00-00' can not be
> represented as java.sql.Date)))

You need the zeroDateTimeBehavior=convertToNull option in the JDBC URL.
For further information see
http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-configuration-properties.html

VDB xml file example snippet:

<DatabaseBackend name="c1b1" ...
url="jdbc:mysql://127.0.0.1:3306/DB1?zeroDateTimeBehavior=convertToNull ...">

Regards,
Csaba



_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to