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
  887 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
  985 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
  548 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
  1350 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
  1371 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
  1124 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
  1776 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
  1317 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
  1711 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
  1707 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
  1434 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
  1697 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
  2087 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
  1835 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
  1590 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
  1765 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
  3967 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
  1492 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
  1806 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
  2414 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
  2173 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
  1507 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
  7448 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
  2853 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
  3265 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
  1697 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
  1715 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
  1769 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
  1348 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
  1904 views

Hello, Is someone has already implemented a SEDA connector to send NUXEO documents in an electronic archive software ? Regards
  1 votes
  0 answers
  1 comments
  1836 views

Hello all, I would like to know if it's possible to update a toolib ? On a document, when I put the mouse on a the document link, I have a tooltip wherein it is written “File”. I want to have the comple name of the file (it is a long name and the ...
  0 votes
  1 answers
  0 comments
  1823 views

I m into coding a one page application using the REST API, Auth being managed by token auth. I was quite surprised to discover that the user endpoint gives access to users passwords to any user using the API ! Could this user attribute be reserved ...
  0 votes
  1 answers
  0 comments
  1572 views

We are experiencing this issue https://jira.nuxeo.com/browse/NXP-17666 in nuxeo-cap-6.0-HF20. How could we make perms command work correctly the 6.0 branch ?
  0 votes
  0 answers
  1 comments
  1615 views

Hi, Our organisation is looking to standardise on Tomcat 8 and we currently have Nuxeo CAP 6.0 running on the version of Tomcat (6.0 I believe) that was bundled with Nuxeo CAP 6.0. So I am wondering if it is possible to run Nuxeo CAP 6.0 on Tomcat 8 ...
  0 votes
  1 answers
  0 comments
  2076 views

Bonjour, J'ai eu des mauvaises configurations à l'install initiale de LDAP. Dorénavant, je souhaite faire les modifications à la main dans le fichier default-ldap-users-directory-bundle.xml situé dans /var/lib/nuxeo/server/nxserver/config Or à ...
  0 votes
  2 answers
  1 comments
  3124 views

Hello, We want to update Nuxeo from 5.8 to more and we notice that workflow blob can't be downloading in nuxeo 6.0 and this BUG is SINCE nuxeo 5.8 patch 33. We have a workflow variable set with a blob from a document property . The variable is ...
  0 votes
  0 answers
  0 comments
  3409 views

Hi all We're installing nuxeo in an Oracle environment. As you can see here https://doc.nuxeo.com/display/ADMINDOC60/Configuring+Oracle There are many privileges that must be granted to nuxeo user in order to make it work. - CONNECT - RESOURCE - ...
  0 votes
  0 answers
  0 comments
  1727 views

Hi all I'm implementing a custom operation and using chainException framework to capture exception thrown in a chain, based on: https://doc.nuxeo.com/display/NXDOC/Automation+Chain+Exception <extension point=“chainException” ...
  0 votes
  1 answers
  0 comments
  3165 views

I created in Studio a custom doc type inheriting from workspace. TemplateRoot has been configured as a possible container for this new doctype. I can thus create such a doc under TemplateRoot. It does not appear in the template list on the workspace ...
  0 votes
  0 answers
  0 comments
  1717 views

It seems whatever is configured in nuxeo.tmp.dir some conversion tasks are operated in the “/tmp” directory and there seems to be no cleanup. Not really clear what software is responsible for those files. File types are : PNG image data, PDF ...
  0 votes
  1 answers
  1 comments
  2208 views

Hi everyone ! Our instance is configured to retrieve users and groups informations from LDAP (auth is shib). Recently we have noticed that we have some users and groups which have been deleted from our ldap (manually) but they are still used in ...
  0 votes
  0 answers
  0 comments
  1791 views

I use an histogram widget along with usual widgets. As soon as I add some (not all) checkbox widget there are problems with filtered results Eg : unfiltered results : the aggregates show 2 matching results for a value I click the aggregate widget ...
  0 votes
  1 answers
  0 comments
  1625 views

I m trying to build a content view that should either query a year field or fetch document created last year. Is there an equivalent in EL to a MVEL expression such as @{CurrentDate.years(1).format("yyyy")}
  0 votes
  0 answers
  1 comments
  1802 views

Usually, Nuxeo Studio exposes widgets that deal indifferently with users or groups. In the case of aggregates such as selectManyListboxUserAggregate, it seems this is not the case. Unfortunately, some fields in custom documents do hold a reference ...
  0 votes
  1 answers
  0 comments
  1614 views

Hi I have made a migration of our nuxeo platforme from 5.8 to 7.10 and I noticed that it's more slower. I used htop tool and noticed that only 2 of 3 GB are used, but when I added a 4th one, I noticed an improvement. I have read in documentation ...
  1 votes
  0 answers
  0 comments
  1934 views

Hello everyone, I recently migrated our instance nuxeo from version 5.8 to version 7.10. For that, I followed the documentation which recommends to migrate from 5.8 to 6.0 and from 6.0 to 7.10. During this migration, I used the same Postgresql ...
  1 votes
  0 answers
  0 comments
  2013 views

Hi, I am newer to Nuxeo, I was checking the features of Nuxeo so that comparison can be made and finalize which ECM is to adopt in Our Project. For this purpose I had configured Nuxeo 6.0 Multi OS platform on my Local System with Online Trial ...
  0 votes
  0 answers
  0 comments
  1697 views

Hi, I'm defining my own search layout for a new search and have the need to filter by some boolean values. The problem I'm facing is that since you include a “checkbox” widget for your search layout definition, it will always be “true” or “false”, ...
  4 votes
  0 answers
  0 comments
  2022 views

Hello, I'm trying to make a validation of a custom document based on a cross validation (make a validation on a field based on what the user has filled on a second one). I made this technique based on a post here : ...
  2 votes
  1 answers
  0 comments
  2331 views