cmis


Related Questions
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
  665 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
  1770 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
  1930 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
  2222 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
  2026 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
  1952 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
  2076 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
  1994 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
  2125 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
  1956 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
  5231 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
  2345 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
  2035 views

  0 votes
  1 answers
  1 comments
  1813 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
  2162 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
  2061 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
  2212 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
  2255 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
  2069 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
  2292 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
  1955 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
  1549 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
  2377 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
  2220 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
  3336 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
  1881 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
  1993 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
  2457 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
  2188 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
  2262 views

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
  1834 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
  1816 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
  4507 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
  3199 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
  1636 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
  2244 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
  1505 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
  2126 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
  2023 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
  1812 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
  3178 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
  3543 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
  2273 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
  2652 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
  2582 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
  1553 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
  1983 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
  2316 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
  2063 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
  2502 views