cmis


Related Questions
I'm trying to issue a ranged request to retrieve a segment (byte range) of a document stored on Nuxeo but it seems Nuxeo's CMIS Atompub request handler doesn't honor the Range HTTP header. Is it really not implemented or am I doing anything wrong? ...
  0 votes
  1 answers
  0 comments
  2145 views

I'm using a Nuxeo 5.9.5 repository with CMIS atompub binding. I found that I can explicitly checkout a document with a CMIS atompub POST, sending the ID of the document in the payload: http://localhost:8080/nuxeo/atom/cmis/default/checkedout The ...
  0 votes
  1 answers
  0 comments
  2307 views

I am using CMIS to connect to a Nuxeo 5.9.5 repository using the atompub binding. I am experiencing a problem with the CMIS Checkin. I found that when I remove an event listener that I've customized that checkin uploads work fine, but when the event ...
  0 votes
  0 answers
  0 comments
  2334 views

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: ...
  0 votes
  0 answers
  1 comments
  2158 views

When I make the following CMIS query: SELECT * FROM cmis:document order by cmis:name it doesn't return any of my newly uploaded documents. I found that if I force CMIS to “search all versions” that my documents will be returned. I found that once a ...
  0 votes
  1 answers
  7 comments
  2389 views

I'm trying to create a custom query to return the related documents (Joins) in my worklist, so I need to use the “CMIS” standard to ride my Query. I am using the version (Nuxeo 5.8) there is already an plugin by default -> ...
  0 votes
  1 answers
  4 comments
  2035 views

Hi, it is possible to get a Picture view using CMIS? I have this site where I get the images from Nuxeo and I use different sizes from the same Image like full_image, thumb_image, medium_image,… It is possible to define and get a different view ...
  0 votes
  0 answers
  0 comments
  1613 views

Hi, I'm using the Nuxeo 5.9.3 to manage the picture files and I'm using the Drupal with the Cmis module to get the images from Nuxeo. I using CMIS to upload files to Nuxeo and this pictures are created in Nuxeo by CMIS using the document Picture. I ...
  0 votes
  1 answers
  1 comments
  2466 views

Hi, I'm using the Nuxeo 5.9.3 to manage the picture files and I'm using the Drupal with the Cmis module to get the images from Nuxeo. I need to have more fields added to the picture like a “reference” field. I'm using the Nuxeo Studio to do this ...
  0 votes
  0 answers
  0 comments
  2288 views

Hi! Can someone help me ? I'm trying to make a LEFT JOIN QUERY, but the query return duplicate result. Its possible make a DISTINCT or GROUPBY ? Why the query return the JOIN values to ? The result dont need to show me only F.cmis:objectId as ID, ...
  0 votes
  1 answers
  4 comments
  3431 views

Hi guys, I readed about ElasticSearch and Nuxeo, can you guys tell me if CMIS Query is using the ElasticSearch ? http://www.nuxeo.com/en/about/news/nuxeo-integrates-elasticsearch-query-engine Regards, Rafael Bueno
  0 votes
  1 answers
  0 comments
  1944 views

Scenario: 1 - Create two Files. 2 - Create a Note. 3 - Create a Relation using File and Note. 4 - Want Return all files in a LEFT JOIN Query with Notes. SELECT F.* FROM File F LEFT JOIN Relation R ON R.cmis:sourceId = F.cmis:objectId Expected: All ...
  1 votes
  1 answers
  1 comments
  2077 views

I used the nuxeo-bulk-importer to load a few thousand pieces of content. It was new content being loaded into a new workspace. I issued the following cmis query select * from cmis:document where cmis:name='myname.xml'. The query would only find a ...
  0 votes
  1 answers
  0 comments
  2574 views

I am new to cms systems and to CMIS. I used the nuxeo-bulk-importer to load my content and then tried to query by path. For example in the console the content was /default-domain/workspaces/upf3/EPF/myContent. When using this path the content could ...
  0 votes
  1 answers
  0 comments
  2252 views

Proposed nuxeo-chemistry test case TestNuxeoSessionBrowser (modeled after TestNuxeoSessionAtomPub) on 5.6.0 branch has three failing tests whose client-side stack traces are listed below. It appears the chemistry-opencmis 0.7.0 ...
  0 votes
  0 answers
  2 comments
  2333 views