On 2/16/06, Vignesh Swaminathan <[EMAIL PROTECTED]> wrote: > The model is read from the database using > platform.readModelFromDatabase(dataSource.getConnection(), null);
Ok, and does the model has TIMESTAMP or VARCHAR as the type for the columns ? And do you set the values at the dynabean as Strings (which would be wrong) or as java.sql.Timestamp objects ? Tom
