]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-4330: Changed datatypes for numberOfObjects in CollectionObject records to...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 2 Sep 2011 00:23:29 +0000 (00:23 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 2 Sep 2011 00:23:29 +0000 (00:23 +0000)
commit0eb73146b9ce35a6f9174d9917575a85df3b7819
tree6457d362d70373144be140cf1c573746b47b8cab
parente1ad99f9c404002f07bef34842db576cf2f96e23
CSPACE-4330: Changed datatypes for numberOfObjects in CollectionObject records to xs:integer (which converts field to bigint type in PostgreSQL) and for objectPurchasePriceValue in Acquisition records to xs:float (double precision in PostgreSQL). Services tests pass, but it would be desirable to add tests for these fields. We may also want to consider xs:decimal type for currency types.
services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/repfield_whitesp1.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/repfield_whitesp2.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/repfield_whitesp3.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/repfield_whitesp4.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/collectionobject/testCambridge.xml
services/acquisition/3rdparty/nuxeo-platform-cs-acquisition/src/main/resources/schemas/acquisitions_common.xsd
services/acquisition/jaxb/src/main/resources/acquisitions_common.xsd
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd
services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd