9.10
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
1182 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
1345 views
Hello, Which version of Nuxeo Java Client should I use for a Java 6 application ? Thanks.
0 votes
1 answers
1 comments
753 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
625 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
686 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
1090 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
701 views
Is there a way to fetch every existing proxies of a live document ?
0 votes
1 answers
0 comments
738 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
713 views
Hi, I would like to use deleteOrphanBinaries.groovy script, How use it ? Thanks. Regards, Eric Galant
0 votes
2 answers
4 comments
884 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
1019 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
965 views
Hello, Howto publish a document in the webUI interface ? Best regards Dominique
0 votes
1 answers
0 comments
713 views
Nuxeo folks - regarding the setInitialVersion method of the StandardVersioningService class - the method does not take policy ordering into account on document creation as the retrieveMatchingVersioningPolicy method does on document update. So it ...
0 votes
1 answers
0 comments
622 views
Hello, We have upgraded nuxeo to version 9.10. and Nuxeo starting is very slow , about 45 minutes to start ! We think that it provokes by the size of the data (145G), we use postgres 9.6. we set this value : launcher.start.max.wait=3600 ...
0 votes
0 answers
1 comments
801 views