Development
I am trying to create an automation chain which is called on the event 'documentCreated' and newly uploaded document is saved as attachment on another document. But after attaching, this newly uploaded document is also created as new document. I ...
0 votes
0 answers
5 comments
1114 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
1496 views
Hello ! In the view layout of a document I'm using the element : “nuxeo-document-viewer” I would like to know how is it possible to rename the file I upload when I do it ? For example using the metadata of the file or anything else. Thanks :)
0 votes
1 answers
0 comments
923 views
Hello community ! I am trying to force an extension while uploading my file on a local document type. I want to know if it is possible. And if yes, where I can write the mime-type wanted ? Thank you
0 votes
6 answers
0 comments
1187 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
1822 views
Hi team, I have detected a problem starting Nuxeo. With a 100M documents instance, the deployment is very slow, and looking for the problem, I found this source code into ...
0 votes
2 answers
0 comments
1003 views
Hi, I am using the REST API to search a Nuxeo LTS2019 document base. This request: ...
0 votes
1 answers
1 comments
1852 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
1225 views
Hello, I am trying to create a new vocabulary extracting the data from a table I have in my database, but I am having problems with operations like “Directory.Suggestion”, and with methods like “formatDirectory()“. The problem is my table doesn't ...
1 votes
1 answers
1 comments
1661 views
We have setup Kafka as audit log listener and we are seeing the logs. Following is the way we have configured Wrote extension point with target: org.nuxeo.runtime.stream.kafka.service point: kafkaConfig <?xml version="1.0"?>
<component ...
0 votes
0 answers
2 comments
1320 views
Hi guys, when I import a GIF file (Nuxeo UI or API), the type gets recognised, but all other generated formats are not in GIF, but JPEG (see attachment). I find this confusing, and in case of an animated git also a bug, since the generated “original ...
0 votes
1 answers
0 comments
1134 views
Hi, I can't attach blob to a document using REST API. To debug I decided to try with the demo web interface. I also get a 404 error code response. __com.sun.jersey.api.NotFoundException: null for uri: ...
0 votes
1 answers
0 comments
1555 views
I have setup a cluster system on my local where I have three nuxeo instances. Out of the three instances, one is the interactive node(or producer node), from where I am uploading video, and the other two nodes(consumer node) are dedicated for video ...
0 votes
0 answers
0 comments
1234 views
I need to convert 1 file to many HTML pages (1 HTML page per 1 office document) I know how to do the conversion outside of Nuxeo (python script, that can be run in command line or via web service). The result HTML pages can be put in a zip file, for ...
0 votes
1 answers
1 comments
1286 views
Hi, I use Nuxeo LTS 2019 and i plan to use PHP automation client to communicate with Nuxeo. Is it the right way ? what about the rest API ? I saw in the documentation that “The Nuxeo Java Client is a Java client library for Nuxeo Automation and REST ...
0 votes
1 answers
1 comments
1417 views