2 Replies Latest reply on Apr 22, 2009 5:49 PM by ztiringer

    how to handle timestamp data type in seam framework?

      how to handle timestamp data type in seam framework?


      I am getting error while inserting record into table. The code was generated by seam framework automatically by using reverse engineering concept. Seam creates date data type in entity class. But it passes data with time to entity class while inserting record. enven if i changed data type to time stamp in entity class, i am getting exception.



      can anyone please tell me on how to handle timestamp data type in seam framework?