6.0


Related Questions
Hi, I am looking to download/export documents from Nuxeo 6 through the REST API using a JS script. Ideally, I would like to download entire folder structures and maintain the structure and file metadata. I would appreciate any help, resources, or ...
  0 votes
  1 answers
  0 comments
  876 views

Hello everyone, I am currently trying to add a new attribute of type “ vocabulary ” to the user profile. I followed the following documentation: # HOWTO: Add New Fields to the User Profile or Group Profile , for a field of type string everything is ...
  0 votes
  1 answers
  0 comments
  968 views

Hello everyone, My company is currently using Nuxeo 6 (even though an upgrade is expected soon). The need here is to be able to manage permissions using code. We manage permissions locally and it's not effective. If someone leaves the company, we ...
  0 votes
  0 answers
  0 comments
  535 views

Hello, We are currently working with Nuxeo 6.0 LTS, and we are studying the possibility of doing an upgrade from 6.0 LTS to the last Nuxeo version, LTS 2019. However, we have several doubts about the process: 1) Reading the “Upgrade” documentation, ...
  0 votes
  1 answers
  2 comments
  1337 views

I would like to know what is the content of the Nuxeo hotfixes. Is this a public information? Additionally, I would like to know whether there exists release notes associated with each hotfix and how to retrieve them. (I already know of GA versions ...
  0 votes
  1 answers
  0 comments
  1357 views

hi i'm facing an issue with the REST API, it works randomly, sometimes it returns the results im excpecting, but other time i got no result for query that are working in NXQL search for example here is a url i'm testing: ...
  0 votes
  1 answers
  0 comments
  1111 views

Hi when i get a secific document using REST API , i'm getting the following informations in the json: . . . {“entity-type”:“document”, “repository”:“default”, “uid”:“dde893c1-ed1d-493e-8c11-51fe4b3aaf13”, ...
  0 votes
  1 answers
  3 comments
  1764 views

Working with a content view. I am looking to offer the user the capability to perform a search on multiple keywords with AND operator For instance : keyword1 : 'tag1' keyword2: 'tag2' keyword3: 'tag3' => SELECT * FROM Document WHERE ...
  0 votes
  0 answers
  0 comments
  1304 views

Working with the search i have a widget of type List. I am trying to search on multiple values. I use a prediate with the IN operator Is it possible to do the search with insensitive case? From my undestanding insensitive case is possible only with ...
  0 votes
  0 answers
  0 comments
  1699 views

Hi, I want to display in a fancybox, names of documents selected in a folder (before launch automation). In the fancybox, I can show the name of the folder with currentDocument.title EL Expression. Can i retrieve selected documents names with an EL ...
  0 votes
  1 answers
  0 comments
  1695 views

Hi, I can use LDAP authentication with success. Everything is OK. But I would like to store the bind password in NUXEO.CONF instead of XML extension point. Is this possible ? I tried to use ${Runtime.getProperty('nuxeo.conf.param')} without success ...
  0 votes
  0 answers
  0 comments
  1421 views

Hi, I'm trying to integrate jBPM with Nuxeo 6.0. I got jBPM jars from https://github.com/nuxeo/nuxeo-platform-jbpm/tree/6.0 and followed deployment instruction there. I have check data source configured on nuxeo.xml, as showed below on img Now I'm ...
  2 votes
  0 answers
  0 comments
  1687 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
  2073 views

Hello! I am building a operation chain (OP_1) that this call to other operation chain (OP_2). The first operation use the RunOperationOnList with the next configuration: id: OP_1 List: listUser insolate: false item: item newTx: false parameters: ...
  1 votes
  0 answers
  0 comments
  1825 views

Hello, I am building a “automation chain” operations ( WF_anadirPermisoSolicitud ) that it has one parameter. This operation is referenced by other chain with a “Run Chain” operation ( WF_anadirListaPermisosSolicitud ), using the parameters field. ...
  0 votes
  0 answers
  1 comments
  1573 views