]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-6802: To prevent creating more than one vocab/authority with the same shortid...
authorremillet <remillet@yahoo.com>
Mon, 31 Aug 2015 16:00:04 +0000 (09:00 -0700)
committerremillet <remillet@yahoo.com>
Mon, 31 Aug 2015 16:00:04 +0000 (09:00 -0700)
commit488972acf3db3a9d8e3ed7c172dd15d216926d11
treeb479919f5e33928e7f7664450bba1afc33822613
parentc87d6dfe80abf364d2700bff7d845e51a9cec731
CSPACE-6802: To prevent creating more than one vocab/authority with the same shortid, added code to sychronize the creation of vocabs/authorities.
18 files changed:
3rdparty/nuxeo/nuxeo-server/6.0/config/proto-repo-config.xml
3rdparty/nuxeo/nuxeo-server/6.0/config/vcsconfig.sql.txt [new file with mode: 0644]
services/JaxRsServiceProvider/src/main/resources/log4j.properties
services/acquisition/client/src/test/java/org/collectionspace/services/client/test/AcquisitionAuthRefsTest.java
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityDocumentModelHandler.java
services/client/src/main/java/org/collectionspace/services/client/test/AbstractServiceTestImpl.java
services/client/src/main/java/org/collectionspace/services/client/test/BaseServiceTest.java
services/common/src/main/java/org/collectionspace/services/common/storage/StorageClient.java
services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaStorageClientImpl.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/CoreSessionWrapper.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/NuxeoClientEmbedded.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java
services/conditioncheck/client/src/test/java/org/collectionspace/services/client/test/ConditioncheckAuthRefsTest.java
services/movement/client/src/test/java/org/collectionspace/services/client/test/MovementAuthRefsTest.java
services/organization/client/src/test/java/org/collectionspace/services/client/test/OrgAuthorityAuthRefsTest.java
services/relation/client/src/test/java/org/collectionspace/services/client/test/RelationServiceTest.java
services/vocabulary/client/src/test/java/org/collectionspace/services/client/test/VocabularyServiceTest.java