]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-3932 Fixed AuthorityItemDocumentModelHandler.java to correctly insert the...
authorLaramie Crocker <laramie@berkeley.edu>
Tue, 10 May 2011 12:37:37 +0000 (12:37 +0000)
committerLaramie Crocker <laramie@berkeley.edu>
Tue, 10 May 2011 12:37:37 +0000 (12:37 +0000)
commitdbce84b077c42d89412eb17c5842af43bb5fe9f4
tree1ab8d3d1abf3791462947a6f49271613367ffd5e
parentb6949491e2e4d1ec13623cc4d31cf6047af8792f
CSPACE-3932 Fixed AuthorityItemDocumentModelHandler.java to correctly insert the cspace-services uri where the uri is not the same as the servicename, e.g. persons vs. personauthorities.  Applies to personauthorities, orgauthorities, locationauthorities
12 files changed:
services/IntegrationTests/src/main/java/org/collectionspace/services/IntegrationTests/xmlreplay/ServiceResult.java
services/IntegrationTests/src/main/java/org/collectionspace/services/IntegrationTests/xmlreplay/XmlReplayEval.java
services/IntegrationTests/src/test/resources/test-data/xmlreplay/XmlCompareJdom/3-left.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/XmlCompareJdom/3-right.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/dev-master.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/3-locations_w_relations.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/location-hierarchy.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/organization/organization-hierarchy.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/person.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/xml-replay-master.xml
services/authority/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java
services/relation/service/src/main/java/org/collectionspace/services/relation/nuxeo/RelationDocumentModelHandler.java