cmis
I am currently using Nuxeo DM 5.7.2. I would really like to use cmislib to access Nuxeo document metadata instead of the underlying database, but calls to getDescendants() do not retrieve the entire list of documents under a path. Is there a way to ...
0 votes
0 answers
6 comments
1917 views
If dc:subjects is not set, am I correct that “quantified in predicate” (ANY dc:subjects NOT IN ('foo')) is FALSE? This is because at least one dc:subjects would need to exist that is not 'foo', right?
0 votes
1 answers
0 comments
1890 views
A CMIS Query with a “null predicate” containing a “multi-valued-column reference” throws an exception. A sample query that demonstrates the problem is listed below as is the exception stack trace. Please confirm this is a bug that I should record in ...
0 votes
1 answers
3 comments
4635 views
The current set of nuxeo-chemistry unit tests expect the root folder to be filtered out in cmis:folder queries since its lifecyclestate is NULL. Yet, 'Root' is considered a valid cmis:folder primarytype. Are the unit tests that make this assumption ...
0 votes
1 answers
3 comments
3278 views
CoreSession.getChildren(DocumentRef) is used in CMIS Folder.getChildren(…) and I found that multiple SQL are queried on a each child (such as dublincore, acls, misc etc) on first access. It means it will cause a lot of server round-trip for folder ...
0 votes
0 answers
0 comments
1716 views
Hi all! Problem: Can´t make the bundle chemistry work as expected. Detail all the steps to make this work: 1 - download de SDK 5.7.2. 2 - download the nuxeo chemistry project in github https://github.com/nuxeo/nuxeo-chemistry . 3 - change to ...
0 votes
1 answers
1 comments
2320 views
Hi! Im having some problem find files that have hyphen and underscore in the name, someone know how I can do that ? Regards, Rafael Bueno
0 votes
1 answers
0 comments
1578 views
I want help with cmis 1.1 chemistry, can I talk with someone to help me just with the first steps, I read all documentations about Nuxeo Development Plataform, but I need to know if need build Nuxeo-Core / Nuxeo-Runtime / Nuxeo Chemistry to do the ...
0 votes
1 answers
4 comments
2187 views
Hi! I want to know if is possible create new types using CMIS and add secondary types to a Document Instance. Someone can help me with this ? Remember with CMIS, not XML stuff or Nuxeo Studio. Thanks! Rafael Bueno
0 votes
1 answers
1 comments
2106 views
I would like to be able to query Ordered Folders in CMIS using the ecm:pos property much like NXQL. Would it be reasonable to support ecm:pos as an additional, nuxeo-specific property in CMISQL?
0 votes
1 answers
1 comments
1882 views
The following CMIS Query with a JOIN to secondary type 'Folderish' fails to parse in Nuxeo 5.7.2. Should this work or does it require full CMIS 1.1 support which has not yet been implemented? Query: curl -u Administrator:Administrator ...
0 votes
1 answers
1 comments
3266 views
When I invoke the following CMIS Query that contains multiple LEFT OUTER JOINs to both File and Note against the Nuxeo Demo server, no results are returned. OTOH, when I invoke separate queries with a single LEFT OUTER JOIN to File and Note ...
0 votes
1 answers
2 comments
3654 views
Using CMIS Workbench 0.10.0 with various bindings and cookies enabled, I see a “Login Success” entry in the Nuxeo audit trail for every CMIS operation performed. I expected to see only one for the initial login. Thoughts?
0 votes
1 answers
4 comments
2360 views
Using CMIS Workbench 0.10.0 with the Browser Binding against the Nuxeo 5.7.2 Demo server, all query attempts result in the error below. In this case, I attempted the default “SELECT * FROM cmis:document” query. CMIS Workbench 0.7.0 also generates ...
0 votes
1 answers
3 comments
2744 views
When I invoke the following CMIS JOIN Query against the Nuxeo Demo server, the d.nuxeo:contentStreamDigest and f.cmis:path properties in the result set are not populated. OTOH, when I invoke separate cmis:document and cmis:folder queries, these ...
0 votes
0 answers
2 comments
2660 views