cmis
Using a Docker instance, a query call on the CMIS JSON endpoint does not return a content with result (even empty), but the same response as if the call was to the repository root. I tried using POST sending form-data with cmisaction=query and ...
0 votes
0 answers
0 comments
744 views
Hi there! This questien is connected to question here: https://answers.nuxeo.com/general/q/dd5e7c4e1a5f4a3187eb8196af824ffb/NXQL-Cast-string-column-to-integ I would like to ask why some(not all) of my custom properties in custom types can't be ...
0 votes
0 answers
1 comments
1848 views
I'm using the Drupal CMIS module to sync content between Nuxeo and Drupal. Has anyone set this up before? Whenever I run cron to update the latest documents the query SELECT * FROM cmis:document WHERE ...
1 votes
0 answers
3 comments
2003 views
I am new to nuxeo. I want list of thumbnails of all the documents stored in nuxeo. I can fetch the documents and and its related properties. I can see that one of the facet element is"Thumbnail” in facets. I need the java code to fetch the ...
0 votes
0 answers
0 comments
2289 views
During the evaluation of Nuxeo CMIS soap with the example presented in https://doc.nuxeo.com/display/NXDOC/CMIS , with DiscoveryService. Here is my request: <x:Header>
<Security ...
0 votes
1 answers
2 comments
2100 views
I would like to use both CmisFeature and EmbeddedAutomationServerFeature in the same tests. From the logs, deployment seems to run fine but I later encounter the following exception when trying to open an httpautomationsession : Any Idea ? type ...
0 votes
1 answers
1 comments
2038 views
Hi, 'cmis:description' property is defined as read-write but it's unsettable. Is it intended behavior ? I added the following to nuxeo-opencmis-test and got a cmisconstraintexception with message “read only property description " @Test public void ...
0 votes
2 answers
0 comments
2205 views
Until now, CMIS has only been used using the AtomPub binding and works fine. I have also tried the Browser binding that works Now I have to use the SOAP binding and it fails with the following error : http://pastebin.com/HiPU1pz2 (in short : This ...
0 votes
1 answers
1 comments
2068 views
Hi, we are testing Nuxeo 6.0 in order to know the performance with high number of documents. We are using a cluster with 2 nuxeo nodes and two elasticsearch nodes (4 machines in total). The performence with Nuxeo is stabble, but CMIS hangs ...
0 votes
1 answers
4 comments
2218 views
Hi, We're using Nuxeo platform 7.4. In context we're trying to push metadata comming from Ephesoft in Nuxeo using CMIS. In CMIS I have this confifuration: Cmis Root Folder Name: default-domain/workspaces/Projets/Remboursement Cmis Upload File ...
0 votes
0 answers
1 comments
2029 views
Hi, I'm trying to upload a quite large file (4493949076 bytes) to a given folder o Nuxeo (5.9.3) using Apache Chemistry (chemistry-opencmis-client-impl 0.10.0) but I get a org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException: ...
0 votes
1 answers
5 comments
5321 views
I'm trying to use Ephesoft to capture documents for Nuxeo. I import documents into Ephesoft, review them, validate but the last step:The export fails. CMIS pugin configuration: Cmis Root Folder Name: /default-domain/workspaces/Test
Cmis Upload File ...
1 votes
0 answers
3 comments
2449 views
Hi all, I took over the maintenance of a piece of code, which previously worked with Nuxeo DM Server 5.6. The code uses CMIS to communicate with Nuxeo and scans the published documents within a certain section. It seems this did work with Nuxeo DM ...
0 votes
1 answers
1 comments
2117 views
0 votes
1 answers
1 comments
1887 views
In the Nuxeo's interface I can see the restriction created in my folder (my folder –> Manage tab –> Local Configuration sub-tab –> Document types configuration) but I don't see its using CMIS My code is: public List Folder someFolder = ...
0 votes
1 answers
0 comments
2250 views
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