From 252b860693dc776369cd8228df592ffbc78a5a5f Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Thu, 10 May 2012 15:19:11 -0700 Subject: [PATCH] CSPACE-4813: Updated tenant-bindings-proto.xml to reflect current taxonmy schema changes. Commented out XMLReplay tests for the Import service. --- .../test/resources/test-data/xmlreplay/xml-replay-master.xml | 3 ++- .../vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java | 2 +- .../cspace/config/services/tenants/tenant-bindings-proto.xml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/xml-replay-master.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/xml-replay-master.xml index 39f72a28b..da578ad8e 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/xml-replay-master.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/xml-replay-master.xml @@ -65,8 +65,9 @@ + diff --git a/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java b/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java index a82daf2ec..c38ade306 100644 --- a/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java +++ b/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java @@ -699,7 +699,7 @@ public abstract class AuthorityItemDocumentModelHandler //Updates relations part RelationsCommonList relationsCommonList = updateRelations(itemCsid, input, wrapDoc, fUpdate); - PayloadOutputPart payloadOutputPart = new PayloadOutputPart(RelationClient.SERVICE_COMMON_LIST_NAME, relationsCommonList); + PayloadOutputPart payloadOutputPart = new PayloadOutputPart(RelationClient.SERVICE_COMMON_LIST_NAME, relationsCommonList); //FIXME: REM - We should check for a null relationsCommonList and not create the new common list payload ctx.setProperty(RelationClient.SERVICE_COMMON_LIST_NAME, payloadOutputPart); //now we add part for relations list diff --git a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml index ebdc654e1..8fd4e6782 100644 --- a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml +++ b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml @@ -2482,11 +2482,11 @@ termRef - taxonomicStatus + taxonTermGroupList/*/taxonomicStatus termRef - taxonNameSource + taxonTermGroupList/*/termSource termRef -- 2.47.3