]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-4943 - fixed problem with refObjs call and extended schemas. Added tests to...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Tue, 20 Mar 2012 19:46:04 +0000 (12:46 -0700)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Tue, 20 Mar 2012 19:46:04 +0000 (12:46 -0700)
commit3b19c8d2d78e644a79d105589834a219d677e8bf
tree940b990de18af99f32c29ff9a2d94c468c425652
parent3848e43d9b1f1cfc822a3732bd113f6f4a7f4709
CSPACE-4943 - fixed problem with refObjs call and extended schemas. Added tests to cover this, which includes adding an extension to the Person schema in the lifesci tenant.
20 files changed:
services/IntegrationTests/src/test/resources/test-data/xmlreplay/AuthsREADME.txt [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/acquisition.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/lifesciperson.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common_and_lifesci.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common_and_lifesci_set_broader.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/lifesciPersonWithRelns.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/refObjs.res.xml [new file with mode: 0644]
services/common/src/main/cspace/config/services/tenants/lifesci/tenant-bindings.delta.xml
services/common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java
services/person/3rdparty/build.xml
services/person/3rdparty/nuxeo-platform-person-lifesci/build.xml [new file with mode: 0644]
services/person/3rdparty/nuxeo-platform-person-lifesci/pom.xml [new file with mode: 0644]
services/person/3rdparty/nuxeo-platform-person-lifesci/src/main/resources/META-INF/MANIFEST.MF [new file with mode: 0644]
services/person/3rdparty/nuxeo-platform-person-lifesci/src/main/resources/OSGI-INF/core-types-contrib.xml [new file with mode: 0644]
services/person/3rdparty/nuxeo-platform-person-lifesci/src/main/resources/OSGI-INF/deployment-fragment.xml [new file with mode: 0644]
services/person/3rdparty/nuxeo-platform-person-lifesci/src/main/resources/OSGI-INF/ecm-types-contrib.xml [new file with mode: 0644]
services/person/3rdparty/nuxeo-platform-person-lifesci/src/main/resources/OSGI-INF/layouts-contrib.xml [new file with mode: 0644]
services/person/3rdparty/nuxeo-platform-person-lifesci/src/main/resources/OSGI-INF/life-cycle-contrib.xml [new file with mode: 0644]
services/person/3rdparty/nuxeo-platform-person-lifesci/src/main/resources/schemas/persons_naturalhistory.xsd [new file with mode: 0644]
services/person/3rdparty/pom.xml