7.10


Related Questions
Hi all, I've customized our Bulk import form but I'm facing to issues with some fields. If I upload a PDF or ODT file, there is no problem but when I try to upload a txt file, there is an exception caused by fileds which. All fields which use a ...
  0 votes
  0 answers
  5 comments
  2247 views

Thumbnail export should be disabled for folderish document types, otherwise you get this: {“entity-type”:“exception”,“code”:“org.nuxeo.ecm.webengine.model.exceptions.WebResourceNotFoundException”,“status”:404,“message”:“No Blob was found for ...
  0 votes
  0 answers
  0 comments
  1780 views

When one creates a section of workspace the breadcrumb trail, the URL and the path in the REST API to this entity are all consistent with each other. Next we rename the workspace or section . As a result the new name will be used in the breadcrumb ...
  1 votes
  0 answers
  2 comments
  2429 views

Hi everyone ! Our instance is configured to retrieve users and groups informations from LDAP (auth is shib). Recently we have noticed that we have some users and groups which have been deleted from our ldap (manually) but they are still used in ...
  0 votes
  0 answers
  0 comments
  1782 views

I was wondering if anyone had any issue building nuxeo-ffmpeg via docker. It seemed work fine on an earlier version of docker but the new version fails. Screenshot below
  0 votes
  2 answers
  1 comments
  2284 views

Can someone explain to me the difference between Blob.Get and Document.Fetch or nowadays called: Document.GetBlob and Repository.GetDocument ? At first I was under the impression that getDocument would download the document and getBlob could ...
  0 votes
  1 answers
  1 comments
  2983 views

Hello, I'm Java Developer, but I have a question, It's possible add new field when a user create a new document,? without nuxeo studio? Thanks a lot
  0 votes
  2 answers
  2 comments
  2990 views

hi everyone, This is my first Question in this forum so please be gentle and answer it ASAP. I am creating a new xhtml page with the bean called in my case createManag. I created a button “create” that calls a method from the bean. The problem is ...
  0 votes
  0 answers
  0 comments
  2308 views

Hi I have made a migration of our nuxeo platforme from 5.8 to 7.10 and I noticed that it's more slower. I used htop tool and noticed that only 2 of 3 GB are used, but when I added a 4th one, I noticed an improvement. I have read in documentation ...
  1 votes
  0 answers
  0 comments
  1924 views

Hello everyone, I recently migrated our instance nuxeo from version 5.8 to version 7.10. For that, I followed the documentation which recommends to migrate from 5.8 to 6.0 and from 6.0 to 7.10. During this migration, I used the same Postgresql ...
  1 votes
  0 answers
  0 comments
  1999 views

Hello everyone, I recently updated our Nuxeo platform directly from version 5.8 to 7.10. Today I noticed some problems with ACLs. For some users (not all), they can file a document in the workspace, and when they want to publish it, they can see the ...
  0 votes
  2 answers
  3 comments
  2731 views

Hello all, Quick question. For the widget: <widget name="summary_current_document_tagging" type="summary_current_document_tagging"> <labels> <label mode="any"/> </labels> <controls mode="any"> <control ...
  0 votes
  0 answers
  0 comments
  1820 views

Hi Folks, I am integrating Nuxeo with Liferay portal. I am unable to load nuxeo's annotation iframe in Liferay as I am getting cross origin policy error. I tried with options like nuxeo.frame.options=ALLOW-FROM URI ...
  1 votes
  1 answers
  0 comments
  1911 views

  0 votes
  0 answers
  2 comments
  1689 views

Am I correct that this function in the PHP library/client for REST automation has not been implemented yet? $docVersion = $this->documents[$index]->getProperty('dc:version') ; Where documents[] is the resultset of a call : `$this->answer = ...
  0 votes
  2 answers
  6 comments
  2822 views

Hello, I'm currently trying to retrieve all the versions of a document using a NXQL query, filtering them by their parent id. Here is my current NXQL query : SELECT * FROM MyDocumentType WHERE ecm:parentId = '63ab5b87-6e28-4deb-929b-5b5259bcc143' ...
  0 votes
  2 answers
  0 comments
  6859 views

Steps to reproduce: Install a nuxeo-cap-7.10-tomcat with Nuxeo DAM addon and Postgres db. Upload a jpeg image. Select Medium rendition and publish to a section. Error message “An empty response was received from the server. Check server error logs.” ...
  0 votes
  0 answers
  0 comments
  1905 views

On the api playground with demo.nuxeo.com i have tried a few operation that may accept a list of documents as input and i always get : { “entity-type”: “exception”, “code”: “java.lang.ClassCastException”, “status”: 500, “message”: ...
  0 votes
  0 answers
  0 comments
  1864 views

I have a question, we are running some tests with nuxeo, and all our users have Spanish as default language but every time the receive a notification it is in English. Is this correct? I am missing some configuration?
  0 votes
  0 answers
  0 comments
  1577 views

Hi, I have a problem and maybe there was such ticket before, but I can't find it. I've got two repositories: Default one and the some additional. While on default repository permissions work perfectly, and I can add, and remove etc. then on ...
  0 votes
  1 answers
  0 comments
  1944 views

Hi, How exclude Document Types and Fields from ElasticSearch fulltext Indexing? I did it before till Nuxeo doesn't use ElasticSearch as indexing engine (Nuxeo 4.3->5.8). So, as I'm using the 7.10 now, with elasticsearch, I've did the same ...
  0 votes
  1 answers
  0 comments
  3062 views

Hello everyone Please, I need your help. I am working to update our ECM platform to go from Nuxeo Nuxeo 5.8 to 7.10. For this, I cloned the production instance and I work on. According to the documentation, I updated my Nuxeo with the latest hotfix ...
  0 votes
  3 answers
  5 comments
  3362 views

Dear community, While using the Nuxeo PHP Automation Client I ran into some issues. When not using PHP Composer, loading and using the Automation Client is troublesome. * [SOLVED] by implementing the PSR-0 loader file as listed below. * I was ...
  0 votes
  6 answers
  2 comments
  4455 views

I'm using Nuxeo IDE 7.10 , i want to add a permission to the current user when clicking on reassign task button (Workflow). Maybe i should use the operation Document.AddPermission but i don't know how, can you tell how to do this ? Here is the ...
  0 votes
  0 answers
  0 comments
  1997 views

I'm using Nuxeo IDE 7.10 and i want to add Read privilege and some other modifications to Nuxeo-routing-default bundle without using Nuxeo Studio, how can i do this ?
  0 votes
  1 answers
  0 comments
  1959 views

I'm using Nuxeo IDE 7.10 and i'm trying some examples to discover the default workflow ( Serial / Parrallel document review ) so i'm wondering if the Edit permission granted by Workflow** is sufficient for participants to validate or reject the ...
  0 votes
  0 answers
  0 comments
  1923 views

I'm using Nuxeo IDE 7.10 and i'm looking for the Bundle contaning the java code / xml … related to workflow (Serial / Parallel document review), but i can't find it. Can you point me to the proper link ?
  0 votes
  1 answers
  0 comments
  1752 views

I'm using Nuxeo IDE 7.10 and I'm trying to set a workflow on documents , i've done this: Create document (type : File) Add Serial workflow i've noticed that Edit permission is granted by Workflow When connecting as the participant user to validate ...
  0 votes
  0 answers
  0 comments
  4065 views

Hello, Recently i've installed nuxeo 7.10 and I want to add a header div above default header and a footer div under default footer. I want to get something like this : <div style="width:100%"> my organization logo ...
  0 votes
  1 answers
  0 comments
  1902 views

During the evaluation of Nuxeo CMIS soap with the example presented in https://doc.nuxeo.com/display/NXDOC/CMIS , with DiscoveryService. Here is my request: <x:Header> <Security ...
  0 votes
  1 answers
  2 comments
  2017 views