Martin Grigorov created ISIS-897:
------------------------------------
Summary: Wrong format for org.joda.time.LocalDateTime
Key: ISIS-897
URL: https://issues.apache.org/jira/browse/ISIS-897
Project: Isis
Issue Type: Bug
Affects Versions: core-1.6.0
Reporter: Martin Grigorov
Assignee: Dan Haywood
Priority: Minor
Using https://github.com/danhaywood/isis-kitchensink I tried to edit
org.joda.time.LocalDateTime (Date > First > Edit > select a date from the
picker > Save).
It fails with:
Caused by: java.lang.IllegalArgumentException: Invalid format:
"20140925T000000.000" is too short
at
org.joda.time.format.DateTimeFormatter.parseLocalDateTime(DateTimeFormatter.java:828)
at
org.apache.isis.core.metamodel.facets.value.datetimejodalocal.JodaLocalDateTimeValueSemanticsProvider.parse(JodaLocalDateTimeValueSemanticsProvider.java:251)
at
org.apache.isis.core.metamodel.facets.value.datetimejodalocal.JodaLocalDateTimeValueSemanticsProvider.doRestore(JodaLocalDateTimeValueSemanticsProvider.java:244)
... 86 more
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)