Development


Related Questions
Hello, I'm working with nuxeo sudio 10.10 (WEB UI) and I would like to redirect the user after an action launching an automation chain. In my case I try to use the event property : https://doc.nuxeo.com/1010/nxdoc/how-to-use-events/ And the one I ...
  0 votes
  1 answers
  0 comments
  1235 views

arender-html-perf.log: Start=2019-03-14 12:13:53,645 || End=2019-03-14 12:13:53,766 || TimeMs=121 || User=null || Method=ServletDocumentService.getDocumentLayout(..) || MimeType=null || ...
  0 votes
  0 answers
  0 comments
  827 views

Is there a smart solution to get the full text extracted from the FulltextExtractorWork and be sure that my listener is executed after ? The solution I have now is to fork the code and regenerate the full text extraction.
  0 votes
  2 answers
  1 comments
  1288 views

I'm newbie in Webcomponents, so maybe I'm wrong. As the Webcomponent library is broken, I tried to load it locally so : I downloaded repositories : here , here and there . I executed the command lines explained in README npm install -g bower bower ...
  0 votes
  0 answers
  0 comments
  1068 views

hi i'm facing an issue with the REST API, it works randomly, sometimes it returns the results im excpecting, but other time i got no result for query that are working in NXQL search for example here is a url i'm testing: ...
  0 votes
  1 answers
  0 comments
  1119 views

In this documentation , you tell: UserSession userSession = WebEngine.getActiveContext().getUserSession(); Principal principal = userSession.getPrincipal(); CoreSession session1 = userSession.getCoreSession(); CoreSession session2 = ...
  0 votes
  0 answers
  0 comments
  997 views

Hi, I'm trying to learn how to develop my own enricher (I believe I do understand the basic, in terms of how enrichers relate to automation chains and so on). However, I'm having problems: I can use existing enrichers with, for example, ...
  1 votes
  1 answers
  1 comments
  1149 views

I have been trying to understand the permission management in nuxeo. As far as my understanding, ACLs are attached to a document, and they contain the information whether a user can read/write/remove the document. I wanted to know if these ACLs are ...
  0 votes
  1 answers
  0 comments
  1593 views

I have been looking for the nuxeo endpoint which grabs the response for displaying the permission on a document/workspace etc in the Permissions tab in UI. I saw here that the acls are fetched via a GET call with response as given here ,: { ...
  0 votes
  1 answers
  1 comments
  1780 views

Hi, I just create a page provider with result form and a menu item with param auto set to true. When I click on the menu item the form is displayed and the request is executed each time a param is changed. I would like to execute the request each ...
  0 votes
  1 answers
  0 comments
  1253 views

I used the FileImporter to import 300 000 documents. After 200 000 documents imported, I have the following error : 2019-02-03T22:43:42,630 ERROR [ImporterExecutorMainThread] [org.nuxeo.ecm.platform.importer.executor.jaxrs.HttpFileImporterExecutor] ...
  0 votes
  0 answers
  2 comments
  1234 views

  0 votes
  2 answers
  0 comments
  1037 views

Hello, Is there a method to get the subfolder list of a folder by its id ? I found the repository().fetchChildrenById(id) method but it returns all documents (documents and folders). In the UI, nuxeo is calling this url when we disclose a node in ...
  0 votes
  2 answers
  0 comments
  1380 views

I tried to get a Nuxeo Platform Core Session with this way: CoreSession session = WebEngine.getActiveContext().getCoreSession(); But it isn't working. LogServer: java.lang.IllegalStateException: Runtime not initialized at ...
  0 votes
  0 answers
  0 comments
  1271 views

I tried to make a call HTTP using a request to complete a task :HOST/nuxeo/api/v1/task/{taskId}/{action} adding the values of two parameters(taskId,action) But I have an exception 500 What does it mean ?
  0 votes
  1 answers
  0 comments
  1077 views