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
I wonder why a cmisql query like select * from cmis:document where cmis:contentStreamMimeType='image/jpeg' fails with a Cannot use column in WHERE clause: cmis:contentStreamMimeType error? Or put the other way: why can't I query the ...
0 votes
0 answers
0 comments
1624 views
What needs to be done in order to avoid the following error from a operation event handler? org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentVersion$VersionNotModifiableException: Cannot set property on a version: My code works correctly when ...
0 votes
1 answers
0 comments
2055 views
When I am using Folder.getChildren() (org.apache.chemistry.opencmis.client.api.Folder), I found that the response time grow linearly with number of children. From profiling, I found that in org.nuxeo.ecm.core.opencmis.impl.server.NuxeoCmisService , ...
0 votes
1 answers
1 comments
2401 views
Hello! Is there a way to search remotely (through cmis or SOAP) for a document using one of it's tags? I added a tag to a document, and now i'm trying to search for it with a remote client, but unfortunately i'm not seeing a way to do it… Best ...
0 votes
0 answers
0 comments
2129 views
Hi all, I have updated the question, so I'm just asking for a yes or no… I am doing some tests with the Apache Chemistry CMIS PHP client. I am stuck trying to figure out how to get the video thumbnail images (all I have got is the generic video icon ...
2 votes
2 answers
3 comments
2615 views
First I want to thank the people at Astone for contributing this package. With respect to our deployment of Nuxeo this package couldn't have been released at a better time. THANK YOU to everyone involved. As I work with this package I found and ...
0 votes
1 answers
1 comments
2580 views
Hi, I need to migrate many documents from one application to Nuxeo. Be CMIS, but I wonder if there is any tool to migrate documents into Nuxeo. Exist any tool? Very thanks Raúl
0 votes
1 answers
0 comments
2399 views
Just tried the preview version of libreoffice 4 and there is a way to save directly to a cmis container, which is neat. Unfortunatly, the only version of Nuxeo available is 5.4. Anyone know the reason for this? Ref: ...
2 votes
3 answers
6 comments
2396 views
Hello, I try do search of documents published in section folder with cmis, but it not work. The search always return any documents, but when I do the search in workspace folder, it return documents. How do I search document in Section folder with ...
0 votes
1 answers
0 comments
2769 views
It would seem consistent for the Nuxeo CMIS createDocument operation with versioningState=checkedout to lock the created document? I will open a JIRA if you agree.
0 votes
1 answers
1 comments
1776 views
Currently, CMIS nuxeo:isCheckedIn reports the value stored in the hierarchy.isCheckedIn column. Should it instead only report true for a document if its hierarchy.isCheckedIn column is true AND it has no row in the locks table?
0 votes
1 answers
0 comments
1728 views
NXP-9260 was a first step towards improving the integration between the Lock/Unlock and Checkout/Checkin operations in Nuxeo for both Web and CMIS clients. However, problems remain. My immediate concern is that patch NXP-9260 did not include code to ...
0 votes
1 answers
1 comments
4528 views
Most pessimistic locking (check-out/check-in/cancel-check-out) scenarios must plan for the case where a client performs a check-out and then fails to ever either check-in or cancel the check-out. One way to handle this problem is for all clients to ...
0 votes
1 answers
5 comments
2428 views
Hello, I have written a script to import some files from an excel list into nuxeo. I have managed to put some documents of “cmis:document” type into the defult-domain folder, though if I change in my excel file the type for “feuilledetemps”, which ...
0 votes
0 answers
2 comments
1915 views
It appears Nuxeo CMIS v5.6 returns the objectId of the Live Document when the createDocument operation is invoked. Would it be more compliant with the CMIS specification to return the objectId of the newly created 1.0 document version instead? The ...
0 votes
1 answers
2 comments
1771 views