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

Forum Posts

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
  • 1285 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
  • 737 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
  • 805 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
  • 1691 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
  • 3892 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

How to log IP address in audit logs?

I have integrated elastic search for audit logs but I want to get IP of the device from which the operation is performed in Nuxeo or any API has been called. Is there any way to get IP address in audit logs?