Missing Properties from CMIS Query

When I make the following wildcard query request with REST atompub:

SELECT * from cmis:document where cmis:objectId = '61c9a42b-00c4-4c48-9212-ceb7cb2fc4af' order by cmis:name

It doesn't return some properties like:

cmis:versionSeriesId
cmis:isVersionSeriesCheckedOut
cmis:versionSeriesCheckedOutBy
cmis:versionSeriesCheckedOutId

But these properties are available and can be returned when requested explicitly:

SELECT cmis:name, cmis:objectTypeId, cmis:objectId, cmis:versionSeriesId, cmis:isVersionSeriesCheckedOut, cmis:versionSeriesCheckedOutBy, cmis:versionSeriesCheckedOutId from cmis:document where cmis:objectId = '61c9a42b-00c4-4c48-9212-ceb7cb2fc4af' order by cmis:name

Is this a bug, or am I doing something wrong?

0 votes

0 answers

2067 views

ANSWER

Is this expected behavior, or should I report it as a bug? The behavior is different than what I see with another non-Nuxeo repository.
09/20/2014