10.10


Related Questions
Hello, I have a question regarding the template rendering addon it is motioned in the document that it depends on the JSF which is deprecated and to configure a template I need to install the nuxeo-jsf-ui addon. The template document is configured ...
  0 votes
  1 answers
  1 comments
  738 views

Is there a way to look up all external shares? I've tried NXQL in the admin tab but I get mixed results. The documentation I read seemed to indicate that ACLs are a special NXQL property and that most fields are not searchable. This is about as ...
  0 votes
  1 answers
  0 comments
  714 views

How can i get WorkManagerStatus info ? Is there a way to query this info, i want to fetch Queue pictureViewsGeneration info
  0 votes
  1 answers
  0 comments
  657 views

I have a workflow with multiple tasks. When I try to complete my task and got 502 Bad gateway exception while completing, the task becomes empty, i see the graph of my workflow from nuxeo ui and shows me empty task and Automation chain execution ...
  0 votes
  1 answers
  0 comments
  686 views

Hello, I'm using Nuxeo10.10 as a docker image and I'm trying to override the vocabulary on the administrator page, I would like to change some vocabulary name and delete other; I found this extension here and I override this: <directory ...
  0 votes
  1 answers
  3 comments
  781 views

I've written a few short example apps tailored to my needs using Java client 3.6. Now it's time to integrate all of this in the real application. If I want to deliver Nuxeo security, I have to access Nuxeo as the logged in user. So my best guess so ...
  0 votes
  1 answers
  0 comments
  654 views

Hi! I'm coding an application that stores documents in Nuxeo using Java API. I figured out how to create additional versions of a document through doc.setPropertyValue("file:content", batchUpload.getBatchBlob()); doc = ...
  0 votes
  2 answers
  0 comments
  762 views

Hello I have an Automation Chain that deletes a document. This AC is triggered with a custom button in WebUI. Is there a way, from the AC or from the button, to navigate to parent after document deletion ? I saw SEAM.NavigateTo for JSF, but nothing ...
  0 votes
  1 answers
  0 comments
  713 views

How do you go about disabling thumbnail generation for certain mime-types? We would like to disable the thumbnail generation for Office docs to reduce unnecessary conversions (and load), since honestly a small thumbnail image isn't very useful for a ...
  0 votes
  0 answers
  2 comments
  1037 views

The name (last part of its path) of a newly created Document is created from its dc:title (in nuxeo-document-create.js) I have to compute title and name of documents from their other fields (type, date and sequence) Is there a way to change it in an ...
  0 votes
  1 answers
  1 comments
  868 views

Hi, It seems that the windows installer is broken : libreoffice url used to download it has changed. So a 404 bad request occurred. I know that we can install LibreOfffice , but do you think to fix that ? Best regards, Benjamin
  0 votes
  1 answers
  0 comments
  763 views

Dear after we change Elastic Search Server and config it in nuxeo.conf all analytics Api Return Exception we wrote it below http://200.200.200.47:8080/nuxeo/site/es/audit/_search ...
  0 votes
  0 answers
  0 comments
  723 views

Hi, Is there a way to trigger a workflow from front-end (Vue/React) irrespective of any document ? How do we access every node in a workflow from front end? Similar example has been posted but any more details would help:- ...
  0 votes
  1 answers
  0 comments
  547 views

What is the time-to-live (TTL) or expiration of the OAuth2 refresh token? Haven't found documentation that addresses token expiration dates or TTL.
  0 votes
  0 answers
  0 comments
  765 views

Hi, Is it possible to create file documents and upload their main and files attachment at the same time using the Bulk document importer package ?
  0 votes
  0 answers
  0 comments
  623 views

Hello, I added the paginable = true attribute in nuxeo-data-table and it works except for the first time I will have the duplicate result list. For example if I have the page size of the provider at 10, I will have in the result 20 documents which ...
  0 votes
  0 answers
  0 comments
  888 views

As a Nuxeo Admin I would like to turn off the preview on Microsoft Excel documents. The preview can create a preview PDF pages that are thousands of pages, which is not useful for our use case. Is there a way to turn of the preview to eliminate ...
  1 votes
  0 answers
  0 comments
  870 views

Salut, je demande comment je peux conserver la modification des colonnes à afficher lorsque je déconnecte et je me reconnecte via un autre navigateur? En effet, si dans un document de type “domain” par exemple, j'ai changé les colonnes à afficher ...
  0 votes
  1 answers
  0 comments
  817 views

Is there a way to limit the number of pages previewed on a large Excel document? Large Excel files with thousands of rows slow down the system when creating a preview. I want to set a limit on that file type to maybe a max of ten pages.
  0 votes
  0 answers
  0 comments
  585 views

I am using the “Nuxeo Management REST API” addon to target an asset to recomputing the renditions. With an NXQL query param, I find the asset to reprocess, but the call shows nothing has been scheduled. I expect it to tell me one queued for ...
  0 votes
  1 answers
  2 comments
  931 views

Bonjour, Je suis à la recherche d'un outil pour faire de la gestion de documentation avec viewer de document Office. J'ai installé nuxeo-10.10-setup.exe sur mon PC Windows. J'ai installé LibreOffice 7.0. J'ai modifié la variable système Path. Je ...
  0 votes
  1 answers
  0 comments
  902 views

Hello, When to use .voidOperation(true) when calling an operation with nuxeo java client ? Regards.
  0 votes
  1 answers
  0 comments
  539 views

documents = repository.query(“SELECT * FROM " + docType , “0”, pageIndex, null, null, null, null); documents.getResultsCount(); if i inquire for Doc Type not fount in my nuxeo engine this is documents.getResultsCount() give me randoum number please ...
  0 votes
  2 answers
  0 comments
  555 views

Hello, I'm trying to upload a Microsoft Word Template (.dotx) file and I'm getting this error: {"entity-type":"exception","status":404,"message":"Preview not available"} here is the logs: 2020-10-11T01:54:08,606 WARN ...
  0 votes
  1 answers
  0 comments
  1041 views

Hello, Here is my situation: I have create a nuxeo 10.10 instance with thousands of users. The problem is that some of the users are within my LDAP user repository and some others are not. Is it possible in Nuxeo 10.10 to use LDAP for those who are ...
  0 votes
  1 answers
  1 comments
  636 views

Hello, I noticed that nuxeo displays empty documents in the results screens before doing a scrolling as shown in the following picture and this problem will be solved if we do a scroll I wanted to know if there is a solution to prevent the ...
  0 votes
  1 answers
  2 comments
  935 views

I try to trigger an automation script when a child is added or deleted from a folderish custom document. I have a simple automation script with a console.log message to test the trigger. I've created an event handler with document.modified event in ...
  0 votes
  4 answers
  0 comments
  832 views

Hello everybody, How can I validate in polymer section that a column is unique in a nuxeo form? What is the best alternative? I tried to run nxql but I couldn't :'(
  0 votes
  2 answers
  0 comments
  819 views

In External Permission users can give vendors and other outside groups Manage permissions, is there a way to hide that option for our users? Screenshot attached.
  0 votes
  1 answers
  0 comments
  615 views

Hello team, I'm customizing some permission on the documents level and I have some questions regarding the atomic permissions. I'm confused about some of the atomic permissions listed here , like what the difference between “browse” and ...
  0 votes
  1 answers
  1 comments
  1182 views

This is somewhat similar to a question I posed earlier , but what is the best way to have Nuxeo update a number of documents so that new renditions/conversions are made for those existing documents? We have tens of thousands of picture documents ...
  0 votes
  1 answers
  1 comments
  916 views

Hello. Here the automation chain : - Repository.GetDocument: value: "@{This.get(0).id}" - Context.SetVar: name: nbrWrkFlowCourant value: "99" - javascript.AS_VerifierPublier - Log: level: warn message: "@{Context[\"nbrWrkFlowCourant\"]}" category: ...
  0 votes
  2 answers
  2 comments
  811 views

Hello, I want to use keycloak for authentication to Nuxeo. I followed the steps in the documentation ( link ). I added this part in Nuxeo/templates/openid/config/openid-login-config.xml.nxftl <#if "${nuxeo.openid.keycloak.client.id}" != ""> ...
  0 votes
  1 answers
  2 comments
  1191 views

We are an NCO customer, on a document in Nuxeo users that click the “notify me” are not receiving notifications. Any idea how to get it going?
  0 votes
  0 answers
  1 comments
  716 views

Hello, I made a mistake in my document type definition. I removed the old field and created a new one, then I built my jar and place it in nxserver/plugins. I restarted Nuxeo and It works fine, but when I check the database table, I see both columns ...
  0 votes
  1 answers
  0 comments
  691 views

how to upload file into nuxeo using spring boot rest api http://localhost:8080/nuxeo
  0 votes
  1 answers
  0 comments
  953 views

Hi, I have created an escalation rule which triggers on time but i want to cancel this escalation rule if my automation chain throws any exception, right now the escalation rules trigger again and again after the given time interval. I used the ...
  0 votes
  0 answers
  0 comments
  909 views

We are having users report that favorite documents are becoming unfavorited, sometimes over night. I have been able to recreate the issue but I can't find why it's happening. Users favorite a document and come back and find it's no longer displayed ...
  0 votes
  2 answers
  1 comments
  999 views

We would like to put many of our employee photos into Nuxeo and then create a conversion/rendition of each photo so that the image is square and can be used by multiple third-party systems for profile pages, etc. I know we can leverage ImageMagick ...
  0 votes
  2 answers
  2 comments
  1252 views

I have two automation parent and child. i am setting context variable value in child automation which is working fine but not able to get that value of context variable in parent automation chain.
  0 votes
  0 answers
  1 comments
  669 views

Dears we have Exception in log when we upload file to document it's -> 2020-09-06T16:47:45,859 WARN [Nuxeo-Work-default-19:17460349641836252.1912412092] [org.nuxeo.ecm.core.storage.FulltextExtractorWork] Could not extract fulltext of file ...
  0 votes
  1 answers
  0 comments
  1646 views

Dears After we configure Extra Elastic Search V(6.8.x) and indexes already created but we have this exception please Advice 2020-09-06T10:01:30,390 ERROR [main] [org.nuxeo.runtime.model.ComponentManager] Component we attached image include message ...
  0 votes
  1 answers
  0 comments
  840 views

We have some use-cases that the EasyShare package seems suited for, but we need to customize the default look so that it is branded for our company (instead of for Nuxeo). Has anyone done this? It honestly seems like a feature that should be built ...
  0 votes
  2 answers
  1 comments
  992 views

Hello, we are using a docker image for Nuxeo 10.10 with a postgresql database. we have disabled the elasticsearch by adding this option elasticsearch.enabled=false in nuxeo.conf file. Nuxeo works fine with this configuration, but while navigating ...
  0 votes
  1 answers
  1 comments
  917 views

Hello, I got this error message after configuring Keycloak with Nuxeo : 2020-08-26T18:22:37,224 ERROR [main] [org.nuxeo.runtime.osgi.OSGiRuntimeService] Nuxeo Platform Started ====================================================================== = ...
  0 votes
  1 answers
  0 comments
  1205 views

Hello, I want to configure my Nuxeo in order to allow authentication using Keycloak. I started by configuring my Nuxeo with LDAP. The particularity of my LDAP is that I dont have “member” attribute in my group object, I have a custom attribute to ...
  0 votes
  1 answers
  2 comments
  2002 views

Hello, I am trying to change how results are displayed in the nuxeo Web UI, and I want to remove the infinite scroll and use navigation instead. I want to change all “nuxeo-data-table” elements. I have found that the “nuxeo-data-table” element has a ...
  1 votes
  1 answers
  0 comments
  793 views

Hi, I have contributed a new custom automation helper which is working fine now i want that custom automation helper in my nuxeo studio so it is visible for me in automation chain and scripts like the Fn library as shown in the attached image
  0 votes
  1 answers
  0 comments
  682 views

Dear All i followed all steps in [[https://doc.nuxeo.com/nxdoc/how-to-add-new-fields-to-the-user-profile-or-group-profile/] ] to add new Field for users and my file : after hotRelaod Server Log : schema: user ...
  0 votes
  2 answers
  2 comments
  833 views

Hi, I am testing automation and have created a script that I am using for testing function run(input, params) { Console.log("Creating NEWDOC"); var root = Repository.GetDocument(null, { "value" : "/" }); var newDoc = Document.Create(root, { "type" : ...
  0 votes
  0 answers
  2 comments
  725 views