Development


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

  0 votes
  1 answers
  0 comments
  1330 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
  1784 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
  1677 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
  1493 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
  2117 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
  2160 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
  1961 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
  1381 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
  1798 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
  1582 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
  1171 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
  1930 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
  1311 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
  1519 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
  1817 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
  1599 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
  1286 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
  1289 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
  2723 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
  1446 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
  1410 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
  1322 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
  2720 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
  1331 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
  2065 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
  1550 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
  2023 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
  1404 views