Hi All, I'm new to Hibernate and currently using SEAM framework for displaying my table records. I've JBoss 7.1 Brontes as AS, and Seam version 2.3.0.Final. Hibernate jar used is Hibernate-core-4.0.1.Final.jar.
I've a field in my table of Timestamp data type. When i do reverse engineering, data type of this field is coming as Serializable in my entity class. I've tried to changed it to java.util.Date/java.sql.timestamp and then i was able to display a list of records of my table.
but when i tried to view a single record then i'm getting "value must be a date" error(javax.faces.converter.DateTimeConverter.DATE). I've checked the value from the getter method of this field which is coming as NULL when i select a single record to view.
Please help me out and tell me where i'm doing it wrong.
|