10.10


Related Questions
Bonjour, J'ai un problème avec mes requêtes NXQL, en effet je cherche à effectuer une recherche sur un champ (dc:title par exemple) qui ne soit pas sensible à la casse depuis une application développée avec Django et utilisant l'API Python de Nuxeo. ...
  0 votes
  0 answers
  0 comments
  946 views

my code doc = repository.timeout(60).readTimeout(60).writeTimeout(60).createDocumentByPath(pathDoc, doc); Exception is org.nuxeo.client.spi.NuxeoClientException: Error during call on Nuxeo server at ...
  0 votes
  0 answers
  0 comments
  1093 views

Dear all, First post on these boards :) I'm quite new to Nuxeo, so please bear with me. I have a rather simple question: is it possible to run both Web UI and JSF UI on Nuxeo 2019 LTS ? Last time I tried, the installation of JSF UI went through, the ...
  0 votes
  1 answers
  1 comments
  1023 views

In a automation chain i have : - Context.SetVar: name: vReferenceNeutre value: "@{Document.getProperty(\"dec:xNoAz/sValeur\")}" What is the syntaxe of Document.getProperty to get the first sValeur for a property with multiple value as : ...
  0 votes
  1 answers
  0 comments
  890 views

This is related to a question I posted a few weeks ago, https://answers.nuxeo.com/general/q/2b7e0103f3a84092af278beb46e2dbbf/Can-I-hide-Empty-Trash-from-some-users. We wanted to hide the “Empty Trash” button from everyone that is not an admin. The ...
  0 votes
  3 answers
  0 comments
  784 views

Hi guys. Recently I faced an issue with Nuxeo on production. I'm still trying to reproduce it locally, but at the time without success. It started with the following messages in logs: 2021-03-18T08:28:17,702 WARN [http-nio-0.0.0.0-9030-exec-32] ...
  2 votes
  1 answers
  0 comments
  1130 views

Hello, I got this error in server.log 2021-03-16T00:22:13,778 ERROR [Nuxeo-Work-default-3:389713256544896.513963972] [org.nuxeo.ecm.core.work.AbstractWork] Exception during work: FulltextExtractorWork(b7d32955-abd3-4b29-9911-d0f0145b9c0c, , ...
  0 votes
  0 answers
  0 comments
  616 views

Hello everyone, I just configured Nuxeo (LTS 2019) to work with Elasticsearch (6.5.3) and MongoDB (3.6.8), Nuxeo works fine with these two servers now, but every time Nuxeo starts, I found these logs in the server.log file : ...
  0 votes
  0 answers
  0 comments
  956 views

hi all, when I try to connect one drive in the Nuxeo platform. it asking for different parameters like Token Server URL, Authorization Server URL. I am currently looking for these two parameters for one drive configuration. can anyone help me with ...
  0 votes
  1 answers
  1 comments
  619 views

hi all, Setting Up Live Connect for Box I configured the box in the Nuxeo platform. when I try to upload a file via the box is not showing any option for uploading a file.
  0 votes
  1 answers
  1 comments
  586 views

How to Retrieve an IdP SAML metadata configuration file for SAML Authentication in the Nuxeo platform
  0 votes
  1 answers
  0 comments
  772 views

We would like to only have the admins empty trash. I assume I need to make an extension point but I'm having a hard time finding where the Empty Trash button is in our project.
  0 votes
  1 answers
  1 comments
  899 views

Hi, i have a button defined in nuxeo web UI that should come up with the selection of one element. Just one. Is there a way to tell nuxeo from nuxeo studio to behave like this? I attach the configuration of this button in nuxeoStudio. thanks in ...
  0 votes
  0 answers
  0 comments
  553 views

Hello, I am not good at scriptive languages, I need to move data from Old Nuxeo 6 to Nuxeo 10 but with all the meta data (I only have server URL, no other access to install any utility) Can anyone here please guide if there is any ready made kind of ...
  0 votes
  1 answers
  1 comments
  542 views

Bonjour, Mon environnement : Nuxeo 10.10 Windows 10 Python 3.9 J'essaye actuellement de créer un POC pour la connexion SSO avant de la mettre en place sur la branche dev, je rencontre toutefois quelques problèmes. J'utilise l'API Python de Nuxeo. * ...
  1 votes
  1 answers
  4 comments
  909 views

We would like to retain our trash for a set time period and have it hard deleted afterwards. We can do this with API calls but I would like to be able to query the date when a document was trashed, is there anyway to do that? Please see the screen ...
  0 votes
  2 answers
  1 comments
  671 views

Hi, I'm using the Nuxeo Python API with Nuxeo 10.10 and want to know if there is any way to fetch all accessible document while log as administrator. I've already find a way, but it's a bit tricky and i don't think it's the official way. Thanks in ...
  0 votes
  0 answers
  5 comments
  837 views

hello everyone, I have a problem while installing nuxeo plateform server I've tried with the .exe and with the zip folder downloading , with windows and linux and i could'nt find the cmd tool to write commands in both of them. Did anyone had this ...
  0 votes
  2 answers
  0 comments
  684 views

Hello, we have a special requirement where we have a local versioning system, and then upload the files to nuxeo. We want to extract the version from the uploaded file, and create a new version with the same number in nuxeo, but I couldn't find a ...
  0 votes
  1 answers
  0 comments
  615 views

During custom downloads, How can keep the session alive in Nuxeo using Coresession Service, until the download zip is created. Download size of the file is 5 GB
  0 votes
  0 answers
  0 comments
  495 views

I'm using nuxeo with docker, when I create a document with pdf, nuxeo fails to create a thumbnail, the following error occurs: 2021-02-04T09:20:07,314 WARN [ThumbnailDocumentFactory] Cannot compute document ...
  0 votes
  1 answers
  0 comments
  1072 views

I am running performance tests on Nuxeo starting from 2 TPS and I am getting the below queries which are taking too much time to execute. Also, they are getting executed multiple times per transaction of upload API. 1st Query: UPDATE ...
  0 votes
  0 answers
  0 comments
  629 views

Hello, In an automation script (javascript), I need to know if a Word document is currently open (by nuxeo drive) before doing operations on it. Is it possible to receive the same information in the webUI? Is it possible to receive the same ...
  0 votes
  1 answers
  2 comments
  496 views

Hi, I want to know if we can get the groups authorized to edit / see a document using the Nuxeo Python API with Nuxeo 10.10. I know how to find groups & their users, how to extract each metadata from a Document, but the groups doesn't appear in ...
  0 votes
  1 answers
  0 comments
  851 views

Add a workflow in studio. When 'update' in update center , it showed 'Nuxeo Studio package status: Installing Update your platform'. in Local Package tab, it showed ' hs-demo1-portus-0.0.0-SNAPSHOT installation in progress' . However these status ...
  0 votes
  1 answers
  0 comments
  660 views

Hello, I have a nuxeo with mongoDB which contains a lot of data. My problem is that the following nxql query is very slow: select * from Document where ecm:isTrashed = 0 By removing the filter on ecm:isTrashed , I will have an immediate response, ...
  0 votes
  0 answers
  4 comments
  774 views

Hello, I want to add a new action button and when I click on this added button, a pop up will be opened and display the search view (search form and search result). So I want to ask : Is it possible to display search form and search result in a pop ...
  0 votes
  1 answers
  0 comments
  696 views

Hello, we are currently trying to deploy a couple of our own packages to nuxeo, and if we deploy each seperatly it works well. However, once we deploy both of them, one defined type is always missing from the Create New dialog. We are adding it to ...
  0 votes
  0 answers
  0 comments
  568 views

Hi, i'm working on an app who's using the Nuxeo Python API, i've done everything needed appart the download part, i can't find the way to download a document from it's uid using the Nuxeo Python API, When i try with URL, it sends me a 401 error so i ...
  0 votes
  1 answers
  1 comments
  883 views

Hello, How I can execute query in a template report xls for get all record from Document for example. I try jx:each(items=“coreSession.query('select * from Document', 2000)” var=“docg”) But not working :'(
  0 votes
  1 answers
  0 comments
  619 views