On Wed, 21 Mar 2007, [EMAIL PROTECTED] wrote:

I think the two errors are unconnected. The unparseable 'date' shown is
from the dob column not the lastLogin column. I think that is a red
herring. I have no idea why 'lastLogin' is causing an issue as well.

The value is from the dob column but iBatis, according to the error, is
assigning it to the lastLogin paramater (?).

I would turn on all the logging and check what java.sql.* is sending and
receiving.

Something like this in log4j:

log4j.logger.java.sql.Connection=DEBUG
log4j.logger.java.sql.Statement=DEBUG
log4j.logger.java.sql.PreparedStatement=DEBUG
log4j.logger.java.sql.ResultSet=DEBUG

Can you confirm both servers are running the same MySQL version?
Check for another MySQL connector on the classpath.

--
Graeme -

Reply via email to