For Java, Date, Time and Timestamp fields convert to “string”. Is that normal behavior?
Release : 8.5
Component : CA Gen Enterprise Java Beans
Yes, for Date, Time, and Timestamp attributes, Gen uses custom marshalling/unmarshalling code to map the java.sql.Date, java.sql.Time, and java.sql.Timestamp objects to/from XML.
The formats expected are as follows:
Date: "yyyyMMdd"
Time: "HHmmss"
Timestamp: "yyyyMMddHHmmssnnnnnn"