]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-1152 and CSPACE-2126. Changed Vocabulary schema to include a shortIdentifier...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Mon, 14 Jun 2010 05:29:19 +0000 (05:29 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Mon, 14 Jun 2010 05:29:19 +0000 (05:29 +0000)
commit4193c5bfa88f29782ae2c1efd697e6d0b9d2d88b
tree16866a89d1493dca8a0a86d2c76aea70c384f02f
parent224fcb3e9a7910c13b9b895d05321b6c3b735fad
CSPACE-1152 and CSPACE-2126. Changed Vocabulary schema to include a shortIdentifier. This is now used as the basis of the refName. Added support to vocabulary for readByName. Added validatorHandler to require that shortIdentifier only contain word chars.
15 files changed:
services/common/src/main/config/services/tenant-bindings.xml
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/OSGI-INF/layouts-contrib.xml
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/schemas/vocabularies_common.xsd
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/schemas/vocabularyitems_common.xsd
services/vocabulary/client/src/main/java/org/collectionspace/services/client/VocabularyClient.java
services/vocabulary/client/src/main/java/org/collectionspace/services/client/VocabularyClientUtils.java
services/vocabulary/client/src/main/java/org/collectionspace/services/client/VocabularyProxy.java
services/vocabulary/client/src/test/java/org/collectionspace/services/client/test/VocabularyServiceTest.java
services/vocabulary/import/src/main/java/org/collectionspace/services/vocabulary/importer/VocabularyBaseImport.java
services/vocabulary/jaxb/src/main/java/org/collectionspace/services/VocabularyItemJAXBSchema.java
services/vocabulary/jaxb/src/main/java/org/collectionspace/services/VocabularyJAXBSchema.java
services/vocabulary/jaxb/src/main/resources/vocabulary_common.xsd
services/vocabulary/jaxb/src/main/resources/vocabularyitem_common.xsd
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/VocabularyResource.java
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemValidatorHandler.java