Hi, Got the solution. mssql "timestamp" datatype is mapped to java "byte" datatype. after chaning from java.sql.TimeStamp to byte[]. it worked.
Thanks chintan -- View this message in context: http://openjpa.208410.n2.nabble.com/timestamp-issue-while-retrieving-from-database-tp6228699p6231375.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
