nuxeo-platform


Related Questions
Hello - I've defined a contribution for a custom document lifecycle. It's basically the same as the default but has an additional state. The XML looks like this: <states> <state name="project" ... <state name="foo" ... In the UI, when a ...
  2 votes
  1 answers
  0 comments
  1667 views

I'm trying to get Nuxeo to store its binaries in S3 with Server-Side encryption. I can't use AES-256 encryption. AWS KMS encryption is required. Does Nuxeo provide support for using KMS keys? I'm not find any information about this at ...
  0 votes
  1 answers
  1 comments
  2317 views

Hello, referring to this documentation: https://doc.nuxeo.com/nxdoc/work-and-workmanager/ It indicates the ability to have retryable works. However, searching github for the referenced methods – retryableWork() and rollbackAndRetryTransaction() – I ...
  1 votes
  1 answers
  1 comments
  1592 views

Is it possible to integrate Outlook 2013/2016 with Nuxeo as it was for Nuxeo 5.6 ? thanks
  1 votes
  1 answers
  2 comments
  3176 views

Hi, In a content view I created a custom column using a template which displays a property of another document( for example title of parent). This is working properly in content view and displays what i want. When i use Excel Export in this content ...
  2 votes
  0 answers
  0 comments
  1614 views

There is the hardcoded query in the method “initDomainAndFindStartupPage”, As a result, it is not possible to move load from database to elasticsearch, even it is slow. Is there any reason that it could not be replaced by a “coreQueryPageProvider” ?
  2 votes
  1 answers
  0 comments
  1447 views

Hi, something strange happens sometimes when I add permissions to a document using Nuxeo REST API (Document.AddACL) : the permission will be add properly to Nuxeo but will not be indexed to Elasticsearch. Most of the time, everything is ok, but once ...
  0 votes
  0 answers
  0 comments
  1459 views

Hello, Is there any way to filter a boolean metadata on search filter of a content view without using it always as mandatory(being true/false and using a checkbox means that it always will be used while searching)? Thanks, Bora
  1 votes
  1 answers
  0 comments
  1822 views

Is there any way to skip the check of the existing tables in SQLHelper class? This is because for security reasons (lower-privileged database user). I need to use synonyms (oracle) in place of actual tables and it seems, looking at SQLHelper class, ...
  0 votes
  1 answers
  0 comments
  1638 views

Hi, I have a listener class that implements org.nuxeo.ecm.core.event.EventListener, and I want to invalidate the current document from there. Normally, in a bean, I use to inject NavigationContext, and then use its method to invalidate the document. ...
  0 votes
  1 answers
  2 comments
  2099 views

I get a DocumentNotFoundException error after uploading a large file (>100GB) using Nuxeo's native web GUI (version 7.10). No development/changes made aside from configuration, just added the following lines: org.nuxeo.dnd.upload.timeout=7200000 ...
  0 votes
  1 answers
  0 comments
  1809 views

When the file document is created without a file blob and after some images are added in the Files tab, then the preview functionality does not work for them. The error following error is logged: 2017-05-29 14:24:22,906 ERROR ...
  0 votes
  0 answers
  5 comments
  1749 views

Is it possible to integrate Kofax with nuxeo ?
  1 votes
  0 answers
  1 comments
  1761 views

Hi, I am trying to get the nuxeo sources. My purpose is to modify a java source code and to realize a jar to put in nxserver/bundle. I've follow this but during the compilation with “mvn -DskipTests install -Paddons,distrib” i get an error. [INFO] ...
  0 votes
  0 answers
  0 comments
  2086 views

Hello, I want to know if nuxeo versions the users and is there a way to log those changes for example modification of name, change password etc. Thank`s.
  1 votes
  1 answers
  4 comments
  1546 views