cmis
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