Maybe everybody knew it already, so this message is for myself only: Joda time is needed if @DateTimeFormat is used or we'll see sth like:The spring-mvc-showcase on github also says that.Code:20:15:10 DEBUG AbstractHandlerExceptionResolver:132 - Resolving exception from handler [home.OneController@1f5cbd6]: org.springframework.beans.TypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.util.Date'; nested exception is org.springframework.core.convert.ConversionFailedException: Unable to convert value "30-041982" from type 'java.lang.String' to type 'java.util.Date'; nested exception is java.lang.IllegalStateException: JodaTime library not available - @DateTimeFormat not supported 20:15:10 DEBUG AbstractHandlerExceptionResolver:132 - Resolving exception from handler [home.OneController@1f5cbd6]: org.springframework.beans.TypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.util.Date'; nested exception is org.springframework.core.convert.ConversionFailedException: Unable to convert value "30-041982" from type 'java.lang.String' to type 'java.util.Date'; nested exception is java.lang.IllegalStateException: JodaTime library not available - @DateTimeFormat not supported 20:15:10 DEBUG AbstractHandlerExceptionResolver:132 - Resolving exception from handler [home.OneController@1f5cbd6]: org.springframework.beans.TypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.util.Date'; nested exception is org.springframework.core.convert.ConversionFailedException: Unable to convert value "30-041982" from type 'java.lang.String' to type 'java.util.Date'; nested exception is java.lang.IllegalStateException: JodaTime library not available - @DateTimeFormat not supported 20:15:10 DEBUG DispatcherServlet:824 - Null ModelAndView returned to DispatcherServlet with name 'test': assuming HandlerAdapter completed request handling 20:15:10 DEBUG FrameworkServlet:699 - Successfully completed request


Reply With Quote
