Development


Related Questions
is there any commenting function?
  0 votes
  1 answers
  0 comments
  1409 views

I have a user with member groups access. When I create Document, I can't see vocabulary 1. Request URL: http://xxx:8080/nuxeo/api/v1/automation/Directory.SuggestEntries 2. Request Method: POST 403
  0 votes
  0 answers
  0 comments
  1501 views

This is a consistent behavior - a class contains several unit tests - each test inserts a few documents, then performs some manipulation on those documents. The class is declared thus: @Features({PlatformFeature.class, ...
  0 votes
  0 answers
  1 comments
  1536 views

Hello everyone, Do we have any possiblities to filter out the document types that one can create based on his permissions ? For example I want to allow Member to create only basic documents in a folder, like Audio, Note or File, where as ...
  0 votes
  2 answers
  1 comments
  1920 views

This product is not open source. It can not be used in production. You will not be able to add custom types and custom workflows. :(
  0 votes
  3 answers
  5 comments
  2461 views

Bonjour. J'ai créé un format de document AltCNRS_Docs. Pas moyen d'afficher les méta-données de ce format dans les colonnes de résultat. J'imagine qu'il faut faire quelque chose dans studio, mais je n'ai pas trouvé quoi. Si quelqu'un peut m'aider, ...
  0 votes
  1 answers
  0 comments
  1427 views

Does anyone have the docker-compose for a production server?
  0 votes
  0 answers
  0 comments
  1211 views

Hi we are creating our own system on top of nuxeo using its backend. The problem that i am struck in is that i want to do nested query search in nuxeo . Is it possible through page providers so far i didnt get any thing related to that . if some one ...
  0 votes
  1 answers
  1 comments
  1805 views

What is it?
  0 votes
  1 answers
  0 comments
  1589 views

there is a running review document process with 5 users, can I delete one user?
  0 votes
  0 answers
  0 comments
  1166 views

I just added 2 filter with the relatives aggregators with 2 different doctype in nuxeo-default-search-form and everithing works correctly. I didn't show a field in the search results, I don't know WHY. this field is showed correctly with common ...
  1 votes
  1 answers
  1 comments
  2507 views

Hi everyone, My apologies for a question wich, I guess, is a noob question :) I created a Document Type, with differents fields for creation layout. This document type extends Folder. Can you tell me how I can dynamiquely generate the name of my ...
  0 votes
  3 answers
  1 comments
  1925 views

Hi, While starting server I am getting following error . ulerService notification of application started failed: null java.lang.NullPointerException at com.novemberain.quartz.mongodb.util.Keys.toFilter(Keys.java:58) at ...
  0 votes
  1 answers
  0 comments
  3471 views

When i start approval workflow with selected users, after can i add new users to current process?
  0 votes
  1 answers
  2 comments
  1414 views

Hello All, I want to cutomize the nuxeo pages which I have listed below for startup redirection I have attached two files below. I am putting and customizing 1_view_home.xhtml which I have created as a sample. I am changing and replacing the path of ...
  0 votes
  0 answers
  0 comments
  1491 views

Hello, A newbie question: how can I pass parameters to NXQL request of a Page Provider via WebUI Designer ? I'm trying to create a customized content view for a Folderish document. I created a Page Provider in Nuxeo Studio Modeler as follows: Then ...
  0 votes
  1 answers
  2 comments
  9872 views

Hello, So far I know rather a lot about using Nuxeo Studio with JSF UI, but the latest project that I am working on is targeted to use exclusively WebUI, which I don't know well yet. So, the question is pretty much dumb: how do I deactivate “Create ...
  0 votes
  1 answers
  3 comments
  2077 views

Hi, I want to merges blobs but when I try `nuxeoClient.operation('Blob.ConcatenatePDFs') .params({ filename: fileName }) .input(blobList) .execute() ` , I get ...
  0 votes
  5 answers
  4 comments
  4502 views

Hi, I want to convert non PDF doc to PDF with `doc.convert({ format: 'pdf' }) ` but I get 3304 Not Modified response for https://server/nuxeo/api/v1/repo/default/id/2c19d2f0-212e-4f84-9c56-f61c497e9ff9/@blob/blobholder:0/@convert?format=pdf ? I try ...
  0 votes
  2 answers
  0 comments
  1732 views

Why do you keep everything in “default” collection on Mongodb? tasks, workflow, files, documents..?
  0 votes
  1 answers
  3 comments
  1324 views

How to migrate all files to s3 storage and back?
  0 votes
  1 answers
  0 comments
  1377 views

  0 votes
  1 answers
  0 comments
  1323 views

Can i storing files on Amazon s3 with folder structure like alfresco Year-Month-Day-Hours-Minutes-Files 2018 --01 ----13 -----16 ---------file Now this is one big list
  0 votes
  1 answers
  3 comments
  1780 views

Hello, I start an workflow to a document. I want to end a task programmatically. I have used endTask(CoreSession session, Task task, Map data, String status) . I also tried resumeInstance(String routeId, String nodeId, Map data, String status, ...
  1 votes
  0 answers
  0 comments
  1372 views

Hi people :) Can someone help me with setting a default value ,a value from a vocabulary? I have searched and i havent finde a way of accessing vocabulary values from EL
  0 votes
  1 answers
  0 comments
  1667 views

Hi people :) I need to override the lifecycle of the Template document.I read in Nuxeo documentation and it doesn't include Template in by default documents. Is there a way i can do this?
  0 votes
  1 answers
  1 comments
  1489 views

I am trying to assign a permanent permission to a group but in nuxeo permission is not working and it is not assigning to any user. My Code is: String url = “http://localhost:8080/nuxeo”; NuxeoClient nuxeoClient = new NuxeoClient(url, ...
  0 votes
  1 answers
  5 comments
  2110 views

Hi ! I'm looking for a way to update the value of one metadata on a large amount of documents. I'm currently selecting documents that need this update using a simple nxql query, yet the volume is big enough to look for an automatic way of doing ...
  0 votes
  1 answers
  0 comments
  2150 views

Hi, I use the version 9.3 of nuxeo (no problem with the 9.2 version). When I try to connect the first time to nuxeo with shibboleth, I have this error : 2018-01-04 19:46:52,468 ERROR [ajp-nio-0.0.0.0-8009-exec-1] ...
  0 votes
  1 answers
  0 comments
  1959 views

We are upgrading from 8.2 to 9.3. We have some existing unit tests to test extensions we've built that are designed to test concurrency scenarios. There is a difference in how the BaseSession.hasPermission method executes from 8.2 to 9.3. In both ...
  0 votes
  1 answers
  3 comments
  1377 views

Hello, We encounter an error on Nuxeo 8.10 while using a custom plugin. We've been using Nuxeo 5.6 for a few years with a custom personalization plugin. This plugin offers many features, and since our upgrade from 5.6 to 8.10 one of them doesn't ...
  0 votes
  0 answers
  1 comments
  1792 views

I have Implemented CAS SSO with Spring Security and Nuxeo. I have Problem In Single Sign Out From Nuxeo. When I Do Logout From Nuxeo It Logged out from Both Application(Nuxeo and Spring App). But When I Do Logout From Spring App It Will Only Logged ...
  0 votes
  1 answers
  3 comments
  1576 views

Hi, I wanted to upload folders in workspace. This folder again contains some another folder as well. Can any one help me to do that.
  0 votes
  0 answers
  1 comments
  1169 views

My old version of nuxeo was FT 8.2. Now, I have Upgraded to Nuxeo8.10 LTS 2016. I want my old data from old database into new nuxeo database. Is there are any steps by which we can easily migrate database with old data. Can you please share what you ...
  0 votes
  1 answers
  9 comments
  1925 views

Hi :) I am using Nuxeo CSV import and sometimes Nuxeo doesn't stop the import.If I cancel the importing the documents are created perfectly,but the problem is that Nuxeo doesn't give a sign for finishing.This doesn't happen always.
  0 votes
  0 answers
  0 comments
  1307 views

I'm attempting to attach a Blob to a document.: File tmpFile = Framework.createTempFile("...", ".csv"); ... write to the file Blob blob = Blobs.createBlob(tmpFile); myDocument.setPropertyValue("file:content", (Serializable) blob); What's really odd ...
  0 votes
  0 answers
  2 comments
  1514 views

Hi :) I am using Nuxeo csv import . I need to create specific document types from each record in csv file.I hace created the csv file as Nuxeo requires it: “name” ,“type”,“document's fields in the format prefix:field”,“file:content” . I have also ...
  0 votes
  0 answers
  0 comments
  1811 views

Hi, I would like to know how to catch an exception in the front with web-ui Polymer, in case of an event handler aboutToCreate for example. In my listener : I rollback (it works) I add in contextData map a message, but this message does not display ...
  0 votes
  0 answers
  0 comments
  1594 views

Hi, I am newer to Nuxeo. I had successfully implemented SSO with LDAP-CAS-NUXEO, but Nuxeo takes login credentials as UserName & Password. But I want to change it to Email & password. I am not able to find any way to do it. Any help in this ...
  0 votes
  0 answers
  0 comments
  1278 views

I want to generate a permalink to a document from a process that gets fired as an event handler. The process would be running in a cluster. So it wants the link to be like “https://loadbalancedhost:8080/nuxeo/nxdoc/default/UUID” even though the ...
  0 votes
  0 answers
  0 comments
  1283 views

Hi, I'd like to know if there is an existing documentation to create a nuxeo bundle which declare a new content type, without using nuxeo studio. More generally I'd like to know if to customize listings, create & edit forms, and document type ...
  0 votes
  2 answers
  2 comments
  2715 views

Hi people :) I want to override the nuxeo datetime widget so it formats the time only in 24 hour version.Can someone help me?
  0 votes
  0 answers
  7 comments
  1443 views

Hi :) I have created a button in the edit form of a document next to the “Save” button.I have called this button “Cancel”.Its role is saving the previous document and not the modifications that may have been done.I have implemented the logic and ...
  0 votes
  0 answers
  0 comments
  1408 views

Hello. I have a long-running process pushing several hundred million entries into the system that is chunked into a number of enqueued Work instances. I'm looking for a way - conceptually - to say “when all is complete, is the totality of what ...
  0 votes
  0 answers
  0 comments
  1316 views

Hi, I am importing text file of size arroung 32MB. While importing file I am getting error as follows: Caused by: org.bson.BsonSerializationException: Size 30831765 is larger than MaxDocumentSize 16793600. ...
  0 votes
  2 answers
  4 comments
  2715 views

Hi:) I wanted to know if there is any online document editor that can be integrated with Nuxeo .Can someone tell me please?
  0 votes
  0 answers
  0 comments
  1323 views

Hi, I would like to know how to get values from workflow variables in a html layout page ? For task variables, they are reachable with {{task.variables.comment}} But how do that for workflow variables ? I did not find documentation on this. I tried ...
  0 votes
  0 answers
  0 comments
  2062 views

Hi :) In domain ,in content Tab i have created a button.If i activate the development mode and point to this button it says it is an Action and gives the id of the action.That's okey for now.Next to the content Tab i have created a new Tab.The ...
  0 votes
  1 answers
  0 comments
  1544 views

The Javascript client library gives an example on how to use promiseLibrary in order “To notify Angular to update the UI”, meaning AngularJS. How can this be done with Angular2 ? https://doc.nuxeo.com/710/nxdoc/javascript-client/ BTW, that was an ...
  0 votes
  1 answers
  0 comments
  2018 views

Hello people.I am using the getMemberUsers() method of the NuxeoGroup interface.I am facing a problem here.It always returns me an empty List
  0 votes
  0 answers
  3 comments
  1399 views