|
|
Problem spring batch example with Mysql 5.0.51a
mons.dbcp.DelegatingStatement.execut e(DelegatingStatement.java:261)
at org..jdbc.core.JdbcTemplate$1Execut eStatementCallback.doInStatement(JdbcTemplate.java :419)
at org..jdbc.core.JdbcTemplate.execute (JdbcTemplate.java:393)
... 41 moreVaswin.
Using DATETIME instead of TIMESTAMP should help, see browse/BATCH-528
Thx. Its working fine. |
|