Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

Store audit log in Elastic search and mongo-db

I want to store the audit log both in elastic search and in mongo-db at the same time. I have tried the configuration for audit log to be stored in elastic search and also i configured mongo-db as well to store the audit log in but it is not working...

How to convert an OBJECT to USER

I have and object like this: company: ""displayIcon: truedisplayLabel: "Administrator"email: "devnull@nuxeo.com"entity-type: "user"firstName: ""groups: []id: "Administrator"lastName: ""prefixed_id: "user:Administrator"tenantId: nulltype: "USER_TYPE"...

__10 by Champ on-the-rise
  • 489 Views
  • 1 replies
  • 0 kudos

Performance issue while load testing

I am doing performance testing of Nuxeo at 2 TPS. I have a file of 100 KB and I am running performance suite for 240 users for 120 seconds. I am uploading the same file for every request. I am getting significant delay in the response of create docum...

Create Document API is taking too much time

I am creating documents in Nuxeo but the API is taking too much time (10-15 seconds). I am using /api/v1/path/ endpoint. I have also included perf template with below configurations. Is there anything I am missing out? perf.target=. # Use a bigger p...

Adding a second parameter to a page provider

Hello, I am trying to modify the page provider used by the top search bar by adding a second parameter. I have followed the example in this post. https://answers.nuxeo.com/general/q/cbd27e23ddc547058d3cc4bfb1f5658d/How-to-filter-in-the-Single-Multipl...

andrew_lam by Champ on-the-rise
  • 510 Views
  • 0 replies
  • 0 kudos

Create user with password

I'm trying to sync user management between Nuxeo server and an application built with it. I've read the model documentation at https://doc.nuxeo.com/rest-api/1/user-entity-type/ and the endpoint documentation at https://doc.nuxeo.com/rest-api/1/user-...

__2 by Champ in-the-making
  • 732 Views
  • 2 replies
  • 0 kudos

Resolved! BatchUpdateException while creating a document

I doing performance testing of Nuxeo instance but I am sometime getting BatchUpdateException. I am uploading same file repeatedly with different metadata. I am using Postgres as backend DB. Failed to save session, java.sql.BatchUpdateException: Batch...

How to make Data Model having multiple forms workflow?

I want to develop and application with multiple forms (around 40 form) in book format. Each form goes in process related to previous form.40 forms are divided in to 4 sections of 10 forms. Like first 4 forms are filled by one user group and then afte...

nabing by Champ in-the-making
  • 397 Views
  • 0 replies
  • 0 kudos

Configurationservice

All - I'm looking for how to verify a configuration setting was correctly applied. $ pwd /opt/nuxeo/server/nxserver/config $ cat zzzzz-config.xml <?xml version="1.0"?> <component name="zzzzz.config"> <extension target="org.nuxeo.runtime.Configurati...

Eric_Ace by Confirmed Champ
  • 421 Views
  • 0 replies
  • 0 kudos

Nuxeo 10.10 docker image

Nuxeo folks: In docker-entrypoint.sh you have: for f in /docker-entrypoint-initnuxeo.d/*; do case "$f" in *.sh) echo "$0: running $f"; . "$f" ;; *.zip) echo "$0: installing Nuxeo package $f"; nuxeoctl mp-install $f ${NUXEO_MPINSTALL_OPTION...

Eric_Ace by Confirmed Champ
  • 799 Views
  • 2 replies
  • 0 kudos

Resolved! How to know if a document is a version with Java Client 3.5.0

Hello, I am trying to know if a document is a version, but Java Client doesn't retrieve that information about a document. When I use the "fetchDocumentById" method, I get a "Document" object, but I have no properties to know if it is a version or no...

Rodri_ by Star Contributor
  • 2162 Views
  • 7 replies
  • 1 kudos

Resolved! Declare JavaScript ressource

Hello, I followed the following link to import a javascript resource into my nuxeo but I don't know how to use this resource in another page such as nuxeo-file-create-layout.html. Do you have an idea please. Thank you