Development
Hi everyone, I have a very simple automation chain in witch I extract the filemane to insert into a document title. In a fist time, I declare a variable “varNomFichier” whith value @{Document.getProperty(“file:filename”)} , and in a second time, I ...
0 votes
3 answers
0 comments
1724 views
Hi, I am trying to build Nuxeo DAM from git . I do not want to go via marketplace route as my instance is not registered. I want to build all the artifacts manually. The Readme file says Or manually copy the built artifacts into ...
0 votes
0 answers
0 comments
1234 views
I have a requirement to remove a version from document history without removing the non-version of the document. The use case is: User adds content of interest to a document (v1) User creates a new version (v2) - removing said content of interest ...
0 votes
0 answers
0 comments
1240 views
Hi All, I am currently evaluating Nuxeo as the repository of our digital assets like image, audio and video files. One feature we absolutely require is the ability to create metadata via RESTful API calls. As far as I have understood, this is not ...
1 votes
2 answers
3 comments
2318 views
I'm evaluating the Nuxeo FT10.1 platform using the VMware virtual machine available on the Nuxeo website. My problem comes when I upload a .docx file through the .NET SDK: the file is correctly uploaded, but when I access to the document through the ...
0 votes
2 answers
4 comments
2932 views
I can download file content using postman. When file is big it's ask me the location where I should download. Is there a possibility to automate the process and tell the location through rest api.
0 votes
1 answers
0 comments
1374 views
I have problem with uploading file with rest api using coldfusion language. At the first I tried using postman and it's working. For example first I sent http request to create batchId <cfhttpparam type="header" name="Authorization" value="Basic ...
0 votes
0 answers
1 comments
2440 views
Are the following documents are up to date: https://www.nuxeo.com/blog/qa-friday-download-files-attached-documents-rest-api/ and https://www.nuxeo.com/blog/qa-friday-upload-files-documents-rest-api/ ? Please correct me if I am wrong. Currently I ...
0 votes
0 answers
1 comments
2020 views
In the JSF user interface there is a bug and in the tasks dashboard a next button raises an error: Caused by: javax.servlet.ServletException: /widgets/actions/document_actions_widget_template.xhtml @12,16 ...
0 votes
0 answers
0 comments
1346 views
I have updated my document, which is Test.pdf with the following metadata : transaction:date = “2050-12-25”, transaction:time = “16:00:00”, transaction:id = “aaaa-bbbb” Below the rest api: PUT http:// { “entity-type”: “document”, “properties”: { ...
0 votes
1 answers
2 comments
1863 views
Hi team, I found a problem with the available templates for a new Workspace creation. The problem is if you delete several TemplateRoot (and create others TemplateRoot) in your Domain and it (or them) keeps in the trash (TAB) the query to select ...
0 votes
1 answers
0 comments
1690 views
I could not to log in to the nuxeo using my user - Administrator and password - Administrator. I am getting the following error: “Cannot create a CoreSession when transaction is marked rollback-only” Please see below error trace: 2018-04-27 ...
0 votes
0 answers
0 comments
1608 views
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
1677 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
2603 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
3525 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
1328 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
1898 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
1607 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
2050 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
1376 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
2138 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
1461 views
0 votes
0 answers
0 comments
1197 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
1499 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
1889 views
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
I offer output version of the page on web ui.
0 votes
0 answers
0 comments
1140 views
Can I turn off the redirect 302 when I use PROXY_AUTH?
0 votes
1 answers
1 comments
1387 views
I'm working with audit search. Using the AuditQueryBuilder class. In the unit test environment, the following code… Calendar cal = Calendar.getInstance();
AuditQueryBuilder builder = new AuditQueryBuilder().predicates(Predicates.gte("eventDate", ...
0 votes
1 answers
0 comments
1416 views
Nuxeo does have direct link to file? I start server with pdf.js http://nxserver:8888/web/viewer.html?file=http://nxserver:8080/nuxeo/nxfile/default/304441d8-d56b-47dc-bcc5-7da766478935/file:content/BA007378.PDF requires authorization.
0 votes
1 answers
1 comments
1197 views
I want to make a request with “dynamic” properties fetch from my Java app with nuxeo 8.10. There is the declatation of my NuxeoDocument: <schema name="TestDocumentProperties" src="data/TestDocumentProperties.xsd" prefix="test" /> <doctype ...
0 votes
0 answers
1 comments
3698 views
Hi, I try to create a java client nuxeo, I followed this tutorial https://doc.nuxeo.com/nxdoc/java-client/, but i can't import “org.nuxeo.client.api”. it fails with an error : the import org.nuxeo.client.api cannot be resolved. Does anyone have any ...
0 votes
1 answers
3 comments
2557 views
When you update the docker image?
0 votes
1 answers
2 comments
1840 views
I am following below article to customize the Nuxeo WEB UI. Hope following page is up to date. https://doc.nuxeo.com/nxdoc/web-ui-customization-tutorial/ After performing all steps, when I am trying to build maven project, getting following error. ...
0 votes
0 answers
0 comments
1766 views
Hi :) I want to remove the NXQL and Faceted search in nuxeo .I have searched in the internet but i havent found any clue.Can someone help me please?
0 votes
0 answers
0 comments
1634 views
Hi , While calling Blob.AttachOnDocument api getting error. My code HttpAutomationClient client = new HttpAutomationClient("url"); Session session = client.getSession("myuser","mypassword"); File dummyFile = new File(myfilepath");
Object request = ...
0 votes
0 answers
0 comments
2114 views