7.10


Related Questions
Can I use a jar with different versions in just one bundle? Nuxeo platform 7.10 (LTS2015) uses jedis 2.7.0 to communicate with Redis server. I have my bundle it communicates with new Redis server, this bundle has the spring-data-redis to connect ...
  0 votes
  1 answers
  1 comments
  1616 views

Hi all, I want to write a cron task to restart nuxeo each week. For that I have write a script called by the cron task. When I execute the script myself, it works fine… But, when the script is executed by the cron task, all services (postgres, ...
  0 votes
  0 answers
  0 comments
  1601 views

Good morning, everybody, I am looking for an automatic publishing system in sections. Explanations: I have a root workspace in which I have several workspaces. In one of them (which I called “IUT”), I created several sub-workspaces. In addition, in ...
  0 votes
  1 answers
  2 comments
  1868 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

Hi people :) The synchronization LDap does not work for the recognition of group for many users. An arrived staff, is a member groups LDAP: 1> University of Pau 1.1> HR DEPARTMENT services 1.1.1> Personnel department Nuxeo synchronizes on ...
  0 votes
  1 answers
  0 comments
  1484 views

Recently, I have had many symptoms of no-response in the user interface. The symptoms might vary, for instance a spinning wheel shown forever with no sign of progress or network interaction. The only thing that changed recently in the environment is ...
  0 votes
  1 answers
  1 comments
  2349 views

Hello Team, I’m trying to use built in Nuxeo automation chain downloadFilesZip (Chain.downloadFilesZip) using the REST api as described here: https://doc.nuxeo.com/nxdoc/command-endpoint/ Nuxeo Version : Nuxeo 7.10-HF14 I send a POST request to ...
  0 votes
  0 answers
  0 comments
  1693 views

Hi all, Please, can you tell me if Nuxeo can be used as a third-party archiving solution ? We want to use is as a storage space for an application but we don't know if it has been desgined for a long time storing. thanks
  0 votes
  1 answers
  3 comments
  1556 views

I set up an action in order to dynamically add a facet (including its own schema) to several standard doc types. The automation operation uses the AddFacet operation (backported to LTS2015). A custom tab is associated to my custom facet. The process ...
  0 votes
  0 answers
  3 comments
  1742 views

Hello, when i was using Nuxeo 5.8 /PosgresSQL 9.1 , i had a table ori_oriid created when deploying my project containing ori.xsd (see files below). since i'm using Nuxeo 7.10 / PosgreSQL 9.1, the table isn't created anymore and i don't see why . ...
  0 votes
  1 answers
  2 comments
  1889 views

I have a large folder containing over 500 000 specific documents (new doc type). I cannot modify nor add new permissions when the folder is large. Additionally my script to update the content does not work on this large folder (works fine on smaller ...
  1 votes
  1 answers
  0 comments
  1744 views

Advance thanks for any help. I am trying to upload file of size more than 2gb by breaking the file into chunks (Resumable) and iterating through chunks and trying to upload each chunk at a time. But api is throwing following error. message: ...
  0 votes
  0 answers
  0 comments
  2460 views

Hi, I just try a new install of nuxeo drive client under ubuntu 16.04 and 17.04. I go through the installation process without problem but the ndrive command is not responding. i go a little further and there is nothing on /usr/local/bin folder. any ...
  0 votes
  2 answers
  2 comments
  1637 views

Hi, I'd like to re-attach an existing attached file of document to a new created document without having to re-upload it (via REST/API js). ex: File is in docA “files:files[0]” I'd like to attach this file to docB “file:file” via REST API tx.
  2 votes
  0 answers
  0 comments
  1606 views

When load testing my (LTS2015 HF27 + PosgreSQL 9.6 + ElasticSearch 1.x) platform with Tsung , i get a (very) slow query as shown below . Even if create the index as suggested by PoWa : CREATE INDEX hierarchy_mixintypes_idx ON public.hierarchy USING ...
  0 votes
  2 answers
  2 comments
  2710 views

Hello, I have a custom metadata which is complex and multivalued. It has two fields of type date. After deploying it looks ok but it doesnt display the calendar to choose date when i click on it. I thought maybe it was a problem of version and kind ...
  2 votes
  0 answers
  5 comments
  1944 views

Using Nuxeo elements, it seems I can not use the Guest (or anonymous) account (without credentials in the connection elements) : the “login” operation is working fine but it is followed by a call to the user directory and the Guest account is not ...
  0 votes
  0 answers
  0 comments
  1399 views

Hi all, we have a problem using the site Easyshare Module getting the skin resources. The Apache response is: Last-Modified header contains invalid characters . We thought it is happening in all sites , then we have looking about this stuff in the ...
  2 votes
  1 answers
  0 comments
  1498 views

Hello, I have created a custom user action defined in MAIN_TABS section. Everything is ok except that the highlight bar works only for other tabs and not for the custom one. Clicking from one tab to another does not update the highlighting only for ...
  1 votes
  0 answers
  0 comments
  1366 views

Hello, Is it possible to search on a content view of a document type for a property of another document that is related with the doc type of content view? For example can i filter based on a property of parent document, because i want to query only ...
  1 votes
  0 answers
  1 comments
  1838 views

Is it possible to integrate Outlook 2013/2016 with Nuxeo as it was for Nuxeo 5.6 ? thanks
  1 votes
  1 answers
  2 comments
  3174 views

Hi, In a content view I created a custom column using a template which displays a property of another document( for example title of parent). This is working properly in content view and displays what i want. When i use Excel Export in this content ...
  2 votes
  0 answers
  0 comments
  1612 views

Hello, Is there any way to filter a boolean metadata on search filter of a content view without using it always as mandatory(being true/false and using a checkbox means that it always will be used while searching)? Thanks, Bora
  1 votes
  1 answers
  0 comments
  1820 views

Is there any way to skip the check of the existing tables in SQLHelper class? This is because for security reasons (lower-privileged database user). I need to use synonyms (oracle) in place of actual tables and it seems, looking at SQLHelper class, ...
  0 votes
  1 answers
  0 comments
  1635 views

Hi, I have a listener class that implements org.nuxeo.ecm.core.event.EventListener, and I want to invalidate the current document from there. Normally, in a bean, I use to inject NavigationContext, and then use its method to invalidate the document. ...
  0 votes
  1 answers
  2 comments
  2097 views

Hi there. I'm trying to create a document with an optional (dynamic) Facet, but it's not working. I'm using java-client 1.0 with Nuxeo 7.10 HF-24. My code is as follows: Document doc = new Document(name, "MyType"); doc.set("dc:title", "Doc ...
  1 votes
  2 answers
  4 comments
  2856 views

I get a DocumentNotFoundException error after uploading a large file (>100GB) using Nuxeo's native web GUI (version 7.10). No development/changes made aside from configuration, just added the following lines: org.nuxeo.dnd.upload.timeout=7200000 ...
  0 votes
  1 answers
  0 comments
  1808 views

Hi guys, I created a document type Purchase Order with the possibility of adding several items. Each item has an item description, a quantity, price and total item value (to be caclulated). Knowing that the user has the possibility of adding more ...
  0 votes
  0 answers
  0 comments
  1527 views

Is it possible to integrate Kofax with nuxeo ?
  1 votes
  0 answers
  1 comments
  1759 views

I want to create Nuxeo document using S3 blob as mentioned in this document https://www.nuxeo.com/blog/nuxeo-aws-lambda-create-a-document-from-an-uploaded-blob-in-aws-s3/ The steps I followed Created “nuxeoS3DocImporter-1.0-SNAPSHOT.jar” using the ...
  0 votes
  0 answers
  2 comments
  1845 views