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

Forum Posts

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
  • 143 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
  • 151 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
  • 287 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
  • 792 Views
  • 7 replies
  • 1 kudos