9.10


Related Questions
Hello, Is there a method to get the subfolder list of a folder by its id ? I found the repository().fetchChildrenById(id) method but it returns all documents (documents and folders). In the UI, nuxeo is calling this url when we disclose a node in ...
  0 votes
  2 answers
  0 comments
  1378 views

I have a simple problem, but nothing I've tried has worked. When users paste text into the title of a new document, they sometimes pick up an extra space. Nuxeo takes the title and uses it as the document path, but then users get various 404 errors ...
  0 votes
  0 answers
  2 comments
  1059 views

Hi everybody, I want to use nuxeo js client o consume its REST api in my Angular 7 client, but i can't use it because this is a javascript package and it don't have any types definition for typescript. However i tried to include this library in my ...
  0 votes
  1 answers
  0 comments
  1837 views

Hi, After upgrade our nuxeo platform from 8.10 to 9.10. When we want to run our custom automations chains we got this exception: ****** chain ****** Parent Chain ID: CustomScriptedZippedMergedPDF Name: Exception: OperationException Caught error: Not ...
  0 votes
  0 answers
  1 comments
  1974 views

Hello, Which version of Nuxeo Java Client should I use for a Java 6 application ? Thanks.
  0 votes
  1 answers
  1 comments
  1124 views

I have a vanilla Nuxeo LTS2017 (Vmware) and I am connected as Administrator; I don't see delete button on documents actions.
  0 votes
  0 answers
  0 comments
  834 views

Hi all, Please, I want to know if the API playground works behind an apache server using an auto-signed certificate ? I have a java snippet that works with two instance of nuxeo (which use a valide certificate) but it does not works with the third ...
  0 votes
  0 answers
  0 comments
  1028 views

Hi guys, I have a problem with ssl+https configuration. I tried everything but didn't make it. This is my nuxeo.conf nuxeo.server.https.port=443 nuxeo.server.https.keystoreFile=/data/nuxeo/Cert/ .pfx nuxeo.server.https.keystorePass= When I start ...
  0 votes
  0 answers
  0 comments
  1655 views

Nuxeo Folks: KeyValueBlobTransientStore.getBlobs can return Collections.emptyList which you can't add to. However, SimpleTransientStore.getBlobs returns an ArrayList and so a unit test that expects to be able to add to the return value from getBlobs ...
  0 votes
  1 answers
  1 comments
  990 views

  0 votes
  1 answers
  0 comments
  1185 views

Hi, We stated that the trash are not cleaned up. How configure the clean up of the trash ? Thanks, Regards,
  0 votes
  0 answers
  0 comments
  998 views

Hi, I would like to use deleteOrphanBinaries.groovy script, How use it ? Thanks. Regards, Eric Galant
  0 votes
  2 answers
  4 comments
  1347 views

Hello, I am looking for code samples or examples of using TokenAuthInterceptor instead of BasicAuthInterceptor. NuxeoClient nuxeoClient = new NuxeoClient.Builder() .url(url) .authentication("Administrator", "Administrator") .connect(); Thank you.
  0 votes
  2 answers
  1 comments
  1392 views

Hello, I want to know the difference between the Java Client and the Java Automation Client . What is the best to use ? If the Java Automation Client is deprecated, why is it still maintained (versions : 9.10 / 10.2 / etc …) ? Regards.
  0 votes
  1 answers
  0 comments
  1358 views

Hello, Howto publish a document in the webUI interface ? Best regards Dominique
  0 votes
  1 answers
  0 comments
  1006 views