]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-2653: Dates in unrecognized formats, when sent to services as values in date...
authorAron Roberts <aron@socrates.berkeley.edu>
Wed, 18 Aug 2010 04:12:45 +0000 (04:12 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Wed, 18 Aug 2010 04:12:45 +0000 (04:12 +0000)
commit28b008d21ca83a0df006a9d71c0eb7ccde353917
tree65f2a729fb74d04dfb66c7a15f81f1343c593db6
parent52a532150fb117fd4f40bbb748025608d48a5650
CSPACE-2653: Dates in unrecognized formats, when sent to services as values in date-type fields, now generate error messages, rather than being silently 'dropped' and resulting in null/empty values being stored in those fields.  Recognized formats include Nuxeo's supported ISO 8601-based formats, as well as any additional formats configured on a per-tenant basis.
services/common/src/main/java/org/collectionspace/services/common/datetime/DateTimeFormatUtils.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentUtils.java
services/movement/client/src/test/java/org/collectionspace/services/client/test/MovementAuthRefsTest.java
services/movement/service/src/main/java/org/collectionspace/services/movement/nuxeo/MovementValidatorHandler.java