]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-2628: Fixed issue where the Movemement service was returning empty values...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 12 Aug 2010 00:18:21 +0000 (00:18 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 12 Aug 2010 00:18:21 +0000 (00:18 +0000)
commit208f142f16eeb9167dad9bbde2a149dfb6c165ea
treece6c8b8e638f35a1aa2cbb4de0df91b1a64e4f1d
parent6cdb2b2772a9f8cd6ee78148f06190a05a02fc57
CSPACE-2628: Fixed issue where the Movemement service was returning empty values in three dateTime fields.  Removing the premature encoding of a calendar object to an ISO8601 string in MovementDocumentModelHandler.extractPart() resolved this issue.  dateTime values are correctly encoded as ISO 8601 strings in the UTC time zone when a response document is being built, without any intervention required. Added client tests for this behavior.
services/movement/client/src/test/java/org/collectionspace/services/client/test/MovementServiceTest.java
services/movement/service/src/main/java/org/collectionspace/services/movement/nuxeo/MovementDocumentModelHandler.java