Development


Related Questions
Reposting Again, Hello, When I am uploading file in nuxeo, thumbnail is not being generated. I have installed related software of nuxeo which are Imagemagick and Ghostscript. Those software are used by nuxeo for generating thumbnail in nuxeo. Please ...
  0 votes
  0 answers
  0 comments
  1582 views

I am new to nuxeo. Is there possibilities to search document by directory and title. For example I have document “HelloWorld.doc” which is located inside “/default-domain/workspaces/Sample Content/PDF and Office Documents” . I can run rest api that ...
  0 votes
  1 answers
  0 comments
  2504 views

I am new to nuxeo and I would like to add customize metadata to the document, in my case it's transaction ID. For example I have created document from the file with rest api: POST http://nuxeo/nuxeo/api/v1/id/de72f8e6-348e-477b-8824-9b1c157b4f7d { ...
  1 votes
  3 answers
  2 comments
  3415 views

Want to use signing a pdf functionality to be exposed through rest api? Can anyone please help? Thanks in advance.
  0 votes
  0 answers
  0 comments
  1243 views

Please provide example project to create an custom rest api for nuxeo? I have gone through nuxeo documentation already but didn't really understood.
  0 votes
  1 answers
  1 comments
  1814 views

Hello, When I am uploading file in nuxeo, thumbnail is not being generated. I have installed related software of nuxeo which are Imagemagick and Ghostscript. Those software are used by nuxeo for generating thumbnail in nuxeo. Please help us . We ...
  0 votes
  0 answers
  0 comments
  1528 views

Hi, In Nuxeo Studio, when I modified/added a document type in the Model, I could change the content layout for creation, view, and edit mode. Now, suddenly, when i open the document type to modify the content layout, it no longer shows me. I only ...
  1 votes
  2 answers
  0 comments
  1958 views

My Goal to export the worklist only with mainfile, how to achieve this? Currently “Export As Zip” in worklist export all files including file:content and files:files I tried to write an automation chain to implement this - Context.FetchDocument - ...
  0 votes
  0 answers
  0 comments
  1282 views

I have a create layout with a nuxeo-data-table and I would like to show/hide fields based on user input inside of the nuxeo-dialog but I am unable to. <nuxeo-data-table role="widget" items="{{document.properties.request:itemsToCreate}}" ...
  0 votes
  0 answers
  0 comments
  2046 views

Is there a way to disable creation of document archive versions? The context is: I'm implementing a process that removes metadata from documents for compliance purposes. I don't want each removal to create an archive version containing the ...
  0 votes
  0 answers
  0 comments
  1391 views

  0 votes
  0 answers
  0 comments
  1132 views

All - I have a custom page provider with a query such as ... where x=? and y=? (using substitution params.) I would like to invoke the query via curl: curl -u Administrator:Administrator ...
  1 votes
  0 answers
  0 comments
  1415 views

Hello, Help me please, when i try make reverse proxy i have permission errors. [Tue Mar 20 08:43:42.764478 2018] [proxy:error] [pid 5911] (13)Permission denied: AH00957: HTTP: attempt to connect to 10.1.2.233:8080 (cs.ph.com) failed [Tue Mar 20 ...
  0 votes
  1 answers
  0 comments
  1813 views

Does anyone have an example of a working configuration ?
  0 votes
  0 answers
  0 comments
  1307 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
  1401 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
  1782 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
  1555 views

I can't see resolution actions in Nuxeo Studio
  0 votes
  0 answers
  0 comments
  1128 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
  1381 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
  2006 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
  1362 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
  3363 views

Do you have a rest api for comments service?
  0 votes
  0 answers
  0 comments
  1143 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
  2029 views

How to copy a file from one document to another?
  0 votes
  1 answers
  2 comments
  2089 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
  1339 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
  1485 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
  1455 views

I offer output version of the page on web ui.
  0 votes
  0 answers
  0 comments
  1076 views

Can I turn off the redirect 302 when I use PROXY_AUTH?
  0 votes
  1 answers
  1 comments
  1314 views