Jun Yang wrote:


You need to use java.sql.Timestamp as the type for the property of the bean. Database to Java type mapping is done by the JDBC driver. Cornerstone is not involved in that. There are some differences between JDBC drivers. For example, Oracle maps INT to BigDecimal while Hsqldb maps it to Integer.

Thanks, I suspect that will fix the problem as I found something similar in a web search,


Wonderful! Thanks again! Refer to cornerstone-demo/hsqldb/data/*.{sql,bat} for how we set up Hsqldb and query it.

Yes, that is what I referred to in creating the database. I created my own create.sql to create the db



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to