You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plain attempt to save LocalDateTime leads to the field is saved as nested object and it can not be read back because of "MappingException: No property null found on entity class java.time.LocalDateTime to bind constructor parameter to!"
After adding Jsr310Converters.getConvertersToRegister() to CustomConversions same exception as in DATACOUCH-55 happens
After adding DateConverters.getConvertersToRegister() to CustomConversions still the same exception as in DATACOUCH-55 happens
After defining custom LocalDateTime <-> Date <-> Number converters it finally works.
Eduard Dudar opened DATACOUCH-263 and commented
Plain attempt to save
LocalDateTime
leads to the field is saved as nested object and it can not be read back because of "MappingException: No property null found on entity class java.time.LocalDateTime to bind constructor parameter to!
"After adding
Jsr310Converters.getConvertersToRegister()
toCustomConversions
same exception as in DATACOUCH-55 happensAfter adding
DateConverters.getConvertersToRegister()
toCustomConversions
still the same exception as in DATACOUCH-55 happensAfter defining custom
LocalDateTime <-> Date <-> Number
converters it finally works.Affects: 2.1.5 (Hopper SR5)
Issue Links:
("duplicates")
The text was updated successfully, but these errors were encountered: