9.10


Related Questions
How i check nuxeo-connect-client version in unix command line
  0 votes
  1 answers
  0 comments
  855 views

Using purely Nuxeo Studio, how do you go about validating a numeric range for a float field in a form layout? Currently, I have the validation set in the schema field properties that this float can only be values in the inclusive-range: [0.1, 9.9]. ...
  0 votes
  1 answers
  0 comments
  1415 views

Hello Team I am upgrading Nuxeo from FT 2016 to LTS 2017. Everything is work fine but when i click on permission tab, no permission has display also “New” button is not visible to add new permission. getting below error when click on permission tab ...
  0 votes
  1 answers
  0 comments
  1336 views

Hello, I am having some problems with DATE and TIMESTAMP when using NXQL queries. According to the documentation: TIMESTAMP <timestamp> : a timestamp in ISO format yyyy - MM - dd hh : mm : ss [ . sss] (the space separator can be replaced by a ...
  0 votes
  0 answers
  0 comments
  1741 views

Hello, I'd like to have an integration with Nextcloud like what the existing addon for onedrive, googledrive, box,… Does someone has already work on it ? Is it possible to simply use an oauth2 service ? And what will be the nuxeo oauth callback ? ...
  0 votes
  4 answers
  3 comments
  1136 views

I have some NXQL queries that are pretty slow. Using this https://doc.nuxeo.com/nxdoc/monitoring-slow-nxql-queries/ I was able to get some of the slowest NXQL queries This one took 870 ms: QueryFilter(principal=myOrganisation, limit=0, offset=0) ...
  0 votes
  1 answers
  0 comments
  1280 views

Hello, What is the best solution to sort page provider result by number of downloads ? Thanks.
  0 votes
  3 answers
  1 comments
  1152 views

Hello, I have some bugs in the nuxeo-html-editor component,,the button inside isn't fixed and move when I try to mouseup on it . Are there any issues to fix that please ?
  0 votes
  1 answers
  0 comments
  1031 views

Nuxeo folks. In kafka-config.xml.nxftl, the following version supports SASL plaintext, SASL SCRAM-SHA-512, SASL SCRAM-SHA-512 over SSL, and two-way SSL. Please consider: <#escape x as x?xml> <?xml version="1.0"?> <component ...
  0 votes
  0 answers
  0 comments
  1290 views

hello everyone, I need some help on nuxeo-platform. There is some old permissions wich refer to a ldap users and groups that no longer exist and the problem is that i'm not able to delete them. I precise that I'm admin on the platform and that I'am ...
  0 votes
  0 answers
  3 comments
  1496 views

Hi, When a user try to login to our nuxeo platform in multidirectory with LDAP, they have sometimes http status 401 and in logs we see : Caused by: org.nuxeo.ecm.directory.DirectoryException: error during reference search for **myGroups** at ...
  1 votes
  0 answers
  0 comments
  1350 views

I would like to know what is the content of the Nuxeo hotfixes. Is this a public information? Additionally, I would like to know whether there exists release notes associated with each hotfix and how to retrieve them. (I already know of GA versions ...
  0 votes
  1 answers
  0 comments
  1366 views

Folks - regarding kafka-config.xml.nxftl : Presently, SASL is only enabled if SSL is enabled. (The sasl if directive is enclosed in the ssl if directive.) In a local server testing environment, it might be beneficial to configure Kafka for SASL ...
  0 votes
  2 answers
  2 comments
  1154 views

Hello, I have a parent vocabulary with several children, and i want to add this vocabularies to the virtual navigation tree. I created the extension point : <extension target="org.nuxeo.ecm.webapp.directory.DirectoryTreeService" point="trees"> ...
  0 votes
  0 answers
  0 comments
  1043 views

I want to sort my documents by type. For example: folder 1,folder 2,folder 3,….,folder n,document 1,document 2,document 3,……document n I have a query like this : this.nuxeoClient.repository().query("SELECT * FROM Document WHERE ecm:parentId= ?", ...
  1 votes
  1 answers
  1 comments
  1165 views

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
  1380 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
  1062 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
  1841 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
  1979 views

Hello, Which version of Nuxeo Java Client should I use for a Java 6 application ? Thanks.
  0 votes
  1 answers
  1 comments
  1127 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
  836 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
  1030 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
  1657 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
  991 views

  0 votes
  1 answers
  0 comments
  1194 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
  1000 views

Hi, I would like to use deleteOrphanBinaries.groovy script, How use it ? Thanks. Regards, Eric Galant
  0 votes
  2 answers
  4 comments
  1351 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
  1395 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
  1361 views

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