The problem is visible when Nuxeo Quota addon is installed.
When a document is accessed through CMIS with a URL like
/nuxeo/json/cmis/default/root?objectId=41dbf931-7403-4645-9801-53c7cb1699e6&cmisselector=object&filter=*&includeAllowableActions=true&includeRelationships=both&renditionFilter=*&includePolicyIds=true&includeACL=true&succinct=true
a second call is done on
/nuxeo/json/cmis/default/?cmisselector=typeDefinition&typeId=facet%3ADocumentsSizeStatistics}
which will produce this exception
{"exception":"invalidArgument","message":"No such type: facet:DocumentsSizeStatistics}"}
Some filtering in org.nuxeo.ecm.core.opencmis.impl.server.NuxeoPropertyData.getFacets needs to be done to avoid this error.
- is related to
-
NXP-14218 Fix XML import when using mixin facets
- Resolved