From 0e74d28a2d77592349f55999529848a78f3860d8 Mon Sep 17 00:00:00 2001 From: Patrick Schmitz Date: Fri, 22 Jun 2012 09:49:49 -0700 Subject: [PATCH] CSPACE-5300 - Fix problem with CMIS calls. Document type must have schemas declared. --- .../src/main/resources/OSGI-INF/core-types-contrib.xml | 3 +++ .../nuxeo/client/java/RepositoryJavaClientImpl.java | 8 +++----- .../nuxeo/ServiceGroupDocumentModelHandler.java | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) 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