General Questions on Nuxeo
Ask all of your questions to the Nuxeo community. Get answers from experts who use the Nuxeo Platform on a regular basis.
Hello, I see the following code in the Nuxeo Analytics Tab. Is there a way to change where the labels show up? Or more control over how labels are laid out ? <nuxeo-card heading=“[[i18n('repositoryAnalytics.documentTypes.heading')]]“> ...
0 votes
0 answers
0 comments
8 views
Hello, Nuxeo CLI has not been updated when Nuxeo 2021 is released. I uninstalled Nuxeo CLI and install again using the commande npm install -g nuxeo-cli but when i type nuxeo -v I still get version 2.0.0. When I generate a sample project with nuxeo ...
0 votes
0 answers
0 comments
38 views
Hi Has anyone tried / had success in building a Nuxeo server container using the -platform ARM/64 switch in docker? I'm trying to create a container pulling the exising Nuxeo base image from Nexus, but it fails. Pointers greatly welcomed. Thanks in ...
0 votes
0 answers
0 comments
57 views
I have configured multiple (3) repositories in Nuxeo like the following. 1.default 2.Repo-A 3.Repo-B When I try to write a document in my second repository (Repo-A) which is not the default repository the elastic indices of all the repositories get ...
0 votes
0 answers
0 comments
44 views
After migrate to Nuxeo Platform 10.10, we get the following exception. Seems like the database function is not adapted to the code. Using PostgreSQL. Anyone know what I am missing? Thanks Failed to prepare user read acl cache PSQLException: ERROR: ...
0 votes
0 answers
2 comments
115 views
Hello, I created a custom Operation to execute some code after folder creation. Is there a way to get the creation “source” from DocumentModel input ? If it's web ui or java client ? Regards.
0 votes
0 answers
0 comments
82 views
Hi, I want to allow a group of users that are not administrators or power users to edit entries of certain directories/vocabularies. So, documentation says that it is possible to define Read/Write permissions to users/groups in the directory ...
0 votes
0 answers
0 comments
120 views
Hello, How can I add a custom code on application shutdown event ? Regards.
0 votes
0 answers
0 comments
101 views
Hi, I have two scripted operations (Automation Scripting) like these: <scriptedOperation id="Operation.One"> <category>javascript</category> <inputType>void</inputType> <outputType>void</outputType> ...
0 votes
0 answers
0 comments
207 views
I have a listener class which includes this code: GatewayClient gatewayClient = Framework.getService(GatewayClient.class); I want to write a junit which will invoke the listener class, and I want to mock the call to the gateway. My first problem is ...
0 votes
0 answers
1 comments
133 views
I authenticate the Nuxeo users against an LDAP server (https://www.freeipa.org) which is essentially the Red Hat 389-directory server. The configuration of Nuxeo is done as described in https://doc.nuxeo.com/nxdoc/using-a-ldap-directory/ whereas I ...
0 votes
0 answers
0 comments
151 views
Hi Team. In the nuxeo deployment the nuxeo.templates=mongodb was used and it was noticed that the mongodb database almost getting full. How should i handle the situation
0 votes
0 answers
0 comments
114 views
I have a problem with different redirection in the local environment and on the server. After approval of a lifecycle node locally nuxeo just removes the task and redirects to a blank page with a small list of tasks that are still left, but on my ...
0 votes
0 answers
0 comments
169 views
I could not download repositories from https://maven-eu.nuxeo.org/ anymore (today, Feb 07, 2022). The SSL Certificate is expired 5 days ago (Wed, 02 Feb 2022 23:59:59 GMT). As a workaround, I had to switch from https to http. If you are using a ...
2 votes
0 answers
1 comments
514 views
Hi I have the next code, When I used the property selection-formatter=“[[_getDocTitle]]“ of nuxeo-document-suggestion in the nuxeo-data-table-column the function works fine BUT when I used the same property in nuxeo-data-table-form the function not ...
0 votes
0 answers
0 comments
207 views
Hi Guys! I have the next code: Scheme: <xs:element name="documentosRespuestaInterno" type="nxs:documentoRespuestaInternoListType"/> <xs:complexType name="documentoRespuestaInternoListType"> <xs:sequence> <xs:element name="item" ...
0 votes
0 answers
0 comments
409 views
Hello, Is it possible to use elasticsearch as a vocabulary database ? I was thinking of this because I have vocabularies with a large number of entries and the Directory.SuggestEntries operation takes a long time to respond.
0 votes
0 answers
0 comments
263 views
I'm getting a result set from ElasticSearch, and then for each object in the result set, I need to get a Blob (or a Binary ) from S3 using only the BlobInfo elements from ES (digest, filename, etc.) Best I have come up with so far is: BlobProvider ...
0 votes
0 answers
0 comments
238 views
I have issue with nuxeo. When I start it I have null pointer exception 2021-11-16T13:24:29,494 WARN ...
0 votes
0 answers
0 comments
226 views
Hi. We have configured the Amazon S3 Online Storage Addon with prefixes in a bucket. nuxeo.s3storage.bucket=your_BUCKET nuxeo.s3storage.bucket_prefix=yourfolder/ And thats working fine, but now, we are interested in configure the Microsoft Azure ...
0 votes
0 answers
0 comments
266 views
(20 / 1400)