10.10


Related Questions
how to upload file into nuxeo using spring boot rest api http://localhost:8080/nuxeo
  0 votes
  1 answers
  0 comments
  959 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
  912 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
  1003 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
  1255 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
  672 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
  1651 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
  846 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
  995 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
  922 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
  1208 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
  2006 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
  797 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
  685 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
  838 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
  732 views