Im getting exception seen on attached jpeg when tryung to persist date to database using spring roo.
I have updated to version 3 because of the enum values.
hopefully this should be a quick one...
Code:@Size(max = 30) private String customer_name; @Size(max = 30) private String account_reference; @Size(max = 30) private String customer_address; @Size(max = 30) private String customer_telephone; @Enumerated private CustomerType customer_types; @Enumerated private CallReasonCodes call_reason_code; @Size(max = 30) private String detailed_note; @Temporal(TemporalType.TIMESTAMP) private Calendar earliest_date;


Reply With Quote
