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
  873 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
  964 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
  532 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
  1333 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
  1353 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
  1109 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
  1761 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
  1301 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
  1696 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
  1694 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
  1419 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
  1685 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
  2071 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
  1820 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

Hi, We're trying to setup Shibboleth Authentication with Nuxeo 6.0 and Renater as wayf. Our ldap's users are identified with their UID but we would like to allow abroad connexion with the way of the CRU (compte réseau universel). But CRU account use ...
  0 votes
  2 answers
  5 comments
  1754 views

Hi! In Nuxeo 6.0 HF 38 I'm trying to use CurrentDate in NXQL in avanced search or by quering http://nuxeoserver/nuxeo/api/v1/query When I try this, it works: http://nuxeoserver/nuxeo/api/v1/query?query=SELECT * FROM Document WHERE dc:created > ...
  0 votes
  2 answers
  3 comments
  3944 views

I have a cluster with two 6.0 Nuxeo Nodes and a single ES node. I will upgrade to LTS 2015 with three 6.0 Nuxeo Nodes and three ES nodes (seems two ES nodes is not recommended because of split brain issue). The operation is quite heavy an I d like ...
  0 votes
  0 answers
  0 comments
  1477 views

Hello , I want to test CMIS wsdl via SoapUI. My nuxeo instance have SSO authentification . When i try to get a response form the webservices ( i put a virtual user in my request) , it's return the html code of login page . Any idea ? thanks
  0 votes
  2 answers
  0 comments
  1796 views

Hi, I have a lot of http 500 error with such message in the log : 2017-02-28 08:52:20,050 ERROR [http-bio-10.242.100.40-7338-exec-217] [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/nuxeo].[Nuxeo WebEngine Servlet]] ...
  0 votes
  0 answers
  0 comments
  2403 views

Hello , I want to do a nuxeo shell script to delete orphand binaries . Does-it exist on the package or someone have done this script ? Thanks Jean-Baptiste DENIZE
  0 votes
  2 answers
  0 comments
  2168 views

Is it possible to bypass the need for installing a temporary Nuxeo 7.10 instance when migrating from Nuxeo 6.0 to 8.10? Maybe it is ok to apply the changes indicated in https://doc.nuxeo.com/nxdoc/upgrade-from-60-to-lts-2015/ and ...
  0 votes
  0 answers
  0 comments
  1498 views

I am facing some problems and questions with facets. Problem 1: Facet fields (assigned schema's fields) don't get saved: I have defined a schema called 'InvoiceSchema' and a facet called 'InvoiceFacet' and assigned the schema to the facet, like ...
  0 votes
  1 answers
  5 comments
  7426 views

Hi all I'm trying to configure a new convertcache directory for file preview. I've found this guide https://doc.nuxeo.com/60/nxdoc/conversion/ In particular, this point: Configuring the Conversion Service The Conversion Service supports a global ...
  3 votes
  2 answers
  0 comments
  2837 views

Hello, I'm struggeling with the documentation explanation. I'd like to call the automation chain with the rest api, with multiple documents on input. I have no problem with one document; the body request look like that: { "input": ...
  0 votes
  1 answers
  1 comments
  3252 views

Hi, I successfully use the bulk import of documents with their metadata (dublincore, versionning and primaryType) stored in a separated “.properties” file. I have just one problem with the “dc:modified” property. Indeed, Nuxeo will use the date of ...
  0 votes
  0 answers
  0 comments
  1683 views

Hi, I have a working LDAP authentication against Active Directory for users and groups. I wish to retrieve the jpegPhoto of my users from AD to display them in the avatar field of UserManager. Is it possible ? Does-it need to make a custom user.xsd ...
  0 votes
  0 answers
  0 comments
  1703 views

For security purposes, I would like to fetch extra multi valued information attached to the user schema. The information is coming from another database that is already configured in Nuxeo for other directories. I m already using a multiDirectory ...
  0 votes
  0 answers
  0 comments
  1761 views

We installed Nuxeo 6 in vlan infrastructure : vlan bdd for databases, vlan appli for nuxeo 6, vlan web for reverse proxy. We see connection pool management problems between nuxeo 6 and databases. In a test infrastructure without vlan, there are no ...
  0 votes
  1 answers
  1 comments
  1338 views

Hello, We have a problem with nuxeo 6 UI. The groups are working well. Everything is found in the LDAP in the UI. In the admin interface we find our user and see there groups. Nevertheless, when we want to see the MEMBERS of our groups in the ...
  0 votes
  1 answers
  3 comments
  1889 views