9.10


Related Questions
Nuxeo folks - regarding the setInitialVersion method of the StandardVersioningService class - the method does not take policy ordering into account on document creation as the retrieveMatchingVersioningPolicy method does on document update. So it ...
  0 votes
  1 answers
  0 comments
  892 views

Hello, We have upgraded nuxeo to version 9.10. and Nuxeo starting is very slow , about 45 minutes to start ! We think that it provokes by the size of the data (145G), we use postgres 9.6. we set this value : launcher.start.max.wait=3600 ...
  0 votes
  0 answers
  1 comments
  1240 views

It looks like nuxeoctl showconf only displays configuration properties defined in nuxeo.conf . Is there a cmd-line way to get a full dump of all properties from all templates after they've all been loaded and the server started?
  0 votes
  1 answers
  1 comments
  1316 views

Hello ! I'm using the 9.10 version of nuxeo plateform and I want to define an ldap-group members as administrator. I only use ldap management (SQL + LDAP managment). How can I do it ?
  0 votes
  2 answers
  1 comments
  1225 views

Hello, I have vanila nuxeo 9.10 instalation on ubuntu 18. And on operations in Nuxeo UI or Nuxeo JSF I am getting errors: 2018-09-20 16:41:25,420 ERROR [http-nio-0.0.0.0-8080-exec-11] [org.nuxeo.ecm.core.event.impl.EventServiceImpl] Exception during ...
  0 votes
  1 answers
  0 comments
  1599 views

If I launch mvn package from the *-web folder in order to build the jar It fails.
  0 votes
  1 answers
  0 comments
  1128 views

nuxeo-cli@1.8.4 and generator-nuxeo@2.8.1 are installed globally (as well as nuxeo@3.7.1 ) When i bootstrap an angular projet, the dependency in package.json for nuxeo javascript client is 1.2.1 instead of expected latest Nuxeo JS client version ...
  0 votes
  1 answers
  0 comments
  1429 views

Nuxeo Folks - regarding: https://github.com/nuxeo-sandbox/nuxeo-retention I realize this is in the sandbox - but this component has some interesting capabilities for us. In experimenting with it - I've defined an automation action to be taken upon ...
  0 votes
  1 answers
  0 comments
  1244 views

Hello Can I change login page in nuxeo server? I read login page But i don't find directory in nuxeo server for override this xml file. I wont change login.jsp Tnx
  0 votes
  1 answers
  0 comments
  1510 views

Hello, Looking at nuxeo-document-tree as it applies to the personal workspace, I was wondering if the number of children displayed in the navigation tree is limited? If there are 1 million children in a folder for example, will webui try to display ...
  0 votes
  1 answers
  1 comments
  1280 views

There is a Relations tab in the JSF UI that allows defining relations between two documents of the repository. It is not yet ported in Web UI, will it be for LTS 2018?
  0 votes
  2 answers
  0 comments
  1691 views

Hi, We have an event listener that is triggered by a user action. It runs an operation that changes permission on the asset. We would like to be able to run an operation without giving the users ability to change permission on an asset. The event ...
  0 votes
  1 answers
  0 comments
  1334 views

Assuming I have three blob repositories configured (invoices, articles, default) for my instance. Is there a way to tell from the document metadata exactly where the blob is stored? Example configuration: <extension ...
  0 votes
  0 answers
  1 comments
  1729 views

All, The customer I am working with would like to redirect users based on the group membership to different locations. For example: the users in “memebers” group or no group membership would be redirected to “contact your admin” custom page in ...
  0 votes
  2 answers
  1 comments
  1340 views

I'm trying to implement a default versioning policy as follows: On initial document creation - set the version to 1.0 Thereafter - increment the minor version number (1.1, 1.2, …) I have tried various combinations of: ... <policy id="test" ...
  0 votes
  1 answers
  3 comments
  1641 views

Our unit tests use the use the in-memory key/value store. We would like to run the same tests from the command line via maven - but use Mongo as the key/value store. We've configured local servers via templates to use mongo as the key/value store to ...
  0 votes
  1 answers
  1 comments
  1402 views

When components get reloaded they will stay in activated state and will not get started. The problem seems to be in ComponentManagerImpl.applyStashWhenRunning () where new components are activated in one loop, and then in the next “isStandby()” loop ...
  0 votes
  1 answers
  1 comments
  1291 views

Here i am getting docs value empty can anyone help me please…..PFB code. public void run() throws NuxeoException { String tenantDocumentPath = getOrCreateCPODocTypesForGlobalUsageMangementDoc(tenantId, session).toString(); DocumentModelList docs = ...
  0 votes
  0 answers
  1 comments
  1441 views

Hi people, I have created a nuxeo bundle to override some parts of nuxeo interface. I have been able to to change some icons (pdf, word, excell, workspace etc) but not section icon. I have replaced all icons of section but it does not appear in the ...
  1 votes
  0 answers
  0 comments
  1288 views

I want to use space characters in the options of <nuxeo-select role="widget" label="[[i18n('label.longsoft.category')]]" name="category" options=[["Free offer"],["Finace plan"],["Other document"]] selected="Other_document" ...
  0 votes
  0 answers
  0 comments
  1377 views

The Trash feature in Web UI was not part of 9.10 release. However, this feature has been developed for 10.1 Fast Track release. It includes: a new Trash pill/tab when browsing a Folderish document a new Trash Search to retrieve all trashed document ...
  2 votes
  0 answers
  0 comments
  1782 views

We're about to upgrade our database to PostgresQL 10.4 for Nuxeo Platform. Doc says that Nuxeo supports PostgresQL 9.6 but we'd like to know if the newest version of Nuxeo supports PostgresQL 10+ anyway. If not yet, is it going to be supported in ...
  0 votes
  1 answers
  1 comments
  1403 views

DirectoryCache uses put() function to add items to cache instead of localPut(). Using put() causes a “cacheinval” message to be sent and the key will be cleared from other nodes. When those nodes need to use the key they will do the same and clear ...
  0 votes
  1 answers
  3 comments
  1295 views

I have a requirement to remove a version from document history without removing the non-version of the document. The use case is: User adds content of interest to a document (v1) User creates a new version (v2) - removing said content of interest ...
  0 votes
  0 answers
  0 comments
  1177 views

Hi, Preview the document shows the blank pop-up. I looked at the JS script that activated the pop-up and used the url in a new browser tab. It is blank. https://[website]/nuxeo/site/api/v1/repo/default/id/[hiddeniD]/@blob/file:content/@preview When ...
  0 votes
  0 answers
  0 comments
  1240 views

CONTEXT: I would like to import scanned documents similar to the process described in this tutorial: https://www.nuxeo.com/blog/direct-document-capture-nuxeo-using-ephesoft-cmis/ where the variables captured by the scanning software can be mapped as ...
  0 votes
  2 answers
  0 comments
  1908 views

Hello, We have upgraded nuxeo to version 9.10. And Nuxeo starting is very slow , about 45 minutes to start ! We think that it provokes by the size of the data ( 145G) because we have a other application Nuxeo in version 9.10 with a smaller size of ...
  0 votes
  2 answers
  9 comments
  3270 views

Hi, In Nuxeo Studio, when I modified/added a document type in the Model, I could change the content layout for creation, view, and edit mode. Now, suddenly, when i open the document type to modify the content layout, it no longer shows me. I only ...
  1 votes
  2 answers
  0 comments
  1957 views

I have a create layout with a nuxeo-data-table and I would like to show/hide fields based on user input inside of the nuxeo-dialog but I am unable to. <nuxeo-data-table role="widget" items="{{document.properties.request:itemsToCreate}}" ...
  0 votes
  0 answers
  0 comments
  2045 views