From: Patrick Schmitz Date: Fri, 22 Jun 2012 16:49:49 +0000 (-0700) Subject: CSPACE-5300 - Fix problem with CMIS calls. Document type must have schemas declared. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=0e74d28a2d77592349f55999529848a78f3860d8;p=tmp%2Fjakarta-migration.git CSPACE-5300 - Fix problem with CMIS calls. Document type must have schemas declared. --- diff --git a/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/core-types-contrib.xml b/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/core-types-contrib.xml index a6f879e49..8be0f1619 100644 --- a/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/core-types-contrib.xml +++ b/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/core-types-contrib.xml @@ -6,6 +6,9 @@ + + + diff --git a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java index bf058c070..99d590ee7 100644 --- a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java +++ b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java @@ -532,6 +532,9 @@ public class RepositoryJavaClientImpl implements RepositoryClient