Development


Related Questions
Hi everyone, I want to know how to insert a filed input text outside form of a document . Below the location where I want the insert Thanks
  0 votes
  0 answers
  0 comments
  1316 views

My team is preparing Proof of concept, We selected Nuxeo as a platform, and we are facing performance issue. How to reproduce: 1. Nuxeo ECM loaded with 100 pdf documents (200KB each). 2. 10 user groups(local) created with read permissions to ...
  0 votes
  0 answers
  6 comments
  1973 views

When components get reloaded they will stay in activated state and will not get started. The problem seems to be in ComponentManagerImpl.applyStashWhenRunning () where new components are activated in one loop, and then in the next “isStandby()” loop ...
  0 votes
  1 answers
  1 comments
  1376 views

Here i am getting docs value empty can anyone help me please…..PFB code. public void run() throws NuxeoException { String tenantDocumentPath = getOrCreateCPODocTypesForGlobalUsageMangementDoc(tenantId, session).toString(); DocumentModelList docs = ...
  0 votes
  0 answers
  1 comments
  1522 views

Hi everybody, I'm having trouble uploading files with the Uploader object. Here's how I do it : I have a class dedicated to managing REST operations in which I created the methods. At instanciation : public TransferFactory(Client client){ uploader = ...
  0 votes
  1 answers
  0 comments
  1780 views

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

  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