Development


Related Questions
Does anyone have an example of a working configuration ?
  0 votes
  0 answers
  0 comments
  1379 views

In our setup there is Nuxeo with ElasticSearch. We have already added some custom pageproviders which are configured to use ElasticSearch and they work fine. With those we can also save search definitions (Saved Searches) and get results based on ...
  0 votes
  0 answers
  0 comments
  1480 views

Hi, I am using nuxeo 9.1 with the configuration of MongoDB and Postgres.I have configured 1 primary and 3 secondary replication server of MongoDB. While adding any permission on workspace I am getting below error. ...
  0 votes
  0 answers
  0 comments
  1874 views

Hello, It is currently not possible to customize the Quartz job and trigger created by the SchedulerService , like adding @DisallowConcurrentExecution to the job or changing the misfire behavior. This PR adds an optional jobFactoryClass attribute on ...
  0 votes
  0 answers
  0 comments
  1629 views

I can't see resolution actions in Nuxeo Studio
  0 votes
  0 answers
  0 comments
  1188 views

Hi I want to find the id of the element in nuxeo how can i find by activating the debug mode. please see the screenshot that contains the element id i want to find https://www.awesomescreenshot.com/image/3208352/335006f5d99b883fc0eb79c54a046069 ...
  0 votes
  0 answers
  0 comments
  1455 views

Hi i Want to hide the actions section in document viewer layout is it possible to hide the section in nuxeo. Please see the screenshot for what i want hide the section. https://www.awesomescreenshot.com/image/3208352/335006f5d99b883fc0eb79c54a046069 ...
  0 votes
  1 answers
  0 comments
  2085 views

I would like to clone some audit query code in the org.nuxeo.ecm.platform.audit package in the audit core test jar. I see: ... DocumentModel searchDoc = session.createDocumentModel("File"); ... searchDoc = ...
  0 votes
  0 answers
  0 comments
  1437 views

Hello, I'm wondering if I'm missing some info on how to override existing Web UI elements via Nuxeo Studio. After reading https://doc.nuxeo.com/910/nxdoc/web-ui-deployment/ I tried overriding some Web UI components. For example I tried to override ...
  1 votes
  1 answers
  1 comments
  3482 views

Do you have a rest api for comments service?
  0 votes
  0 answers
  0 comments
  1210 views

Hi, I am trying to develop a java program (java client + rest API) that allows to create nuxeo documents by using as input a csv file. I followed the tutorial of nuxeo “https://doc.nuxeo.com/nxdoc/java-client/#operation-api” and I created a document ...
  0 votes
  0 answers
  0 comments
  2138 views

How to copy a file from one document to another?
  0 votes
  1 answers
  2 comments
  2196 views

Hi :) I want to reuse nuxeo single document suggestion component.In “single_document_suggestion_widget_template.xhtml” i dont see a pageProvider property.Can someone help me please?
  0 votes
  0 answers
  0 comments
  1415 views

Hi people :) I have defined a document type using Nuxeo Studio.In the create form of the document i have defined a generic widget(XXX.xhtml) that takes the values from a vocabulary field .Depending on the vocabulary id chosen i have to re-render ...
  0 votes
  0 answers
  7 comments
  1567 views

this.nxServer = new Nuxeo({ baseURL: 'http://local:8080/nuxeo', auth: { method: 'portal', username: 'user', secret: 'nuxeo5secretkey' } }); this.nxServer.schemas('*'); this.nxServer.repository().fetch(id).then((response) => ...
  0 votes
  1 answers
  1 comments
  1530 views