9.10


Related Questions
I have a vanilla Nuxeo LTS2017 (Vmware) and I am connected as Administrator; I don't see delete button on documents actions.
  0 votes
  0 answers
  0 comments
  835 views

Hi all, Please, I want to know if the API playground works behind an apache server using an auto-signed certificate ? I have a java snippet that works with two instance of nuxeo (which use a valide certificate) but it does not works with the third ...
  0 votes
  0 answers
  0 comments
  1030 views

Hi guys, I have a problem with ssl+https configuration. I tried everything but didn't make it. This is my nuxeo.conf nuxeo.server.https.port=443 nuxeo.server.https.keystoreFile=/data/nuxeo/Cert/ .pfx nuxeo.server.https.keystorePass= When I start ...
  0 votes
  0 answers
  0 comments
  1656 views

Nuxeo Folks: KeyValueBlobTransientStore.getBlobs can return Collections.emptyList which you can't add to. However, SimpleTransientStore.getBlobs returns an ArrayList and so a unit test that expects to be able to add to the return value from getBlobs ...
  0 votes
  1 answers
  1 comments
  990 views

  0 votes
  1 answers
  0 comments
  1192 views

Hi, We stated that the trash are not cleaned up. How configure the clean up of the trash ? Thanks, Regards,
  0 votes
  0 answers
  0 comments
  999 views

Hi, I would like to use deleteOrphanBinaries.groovy script, How use it ? Thanks. Regards, Eric Galant
  0 votes
  2 answers
  4 comments
  1350 views

Hello, I am looking for code samples or examples of using TokenAuthInterceptor instead of BasicAuthInterceptor. NuxeoClient nuxeoClient = new NuxeoClient.Builder() .url(url) .authentication("Administrator", "Administrator") .connect(); Thank you.
  0 votes
  2 answers
  1 comments
  1394 views

Hello, I want to know the difference between the Java Client and the Java Automation Client . What is the best to use ? If the Java Automation Client is deprecated, why is it still maintained (versions : 9.10 / 10.2 / etc …) ? Regards.
  0 votes
  1 answers
  0 comments
  1360 views

Hello, Howto publish a document in the webUI interface ? Best regards Dominique
  0 votes
  1 answers
  0 comments
  1008 views

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
  1226 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
  1600 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
  1281 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
  1692 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
  1336 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
  1731 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
  1341 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
  1403 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
  1292 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
  1442 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
  1290 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
  1783 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
  1404 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
  1296 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
  1958 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
  2046 views

From what In understand, connecting a Nuxeo server to AWS Elasticsearch should work. I've configured the Nuxeo server to use the AWS service, and it works for the most part. However, I can no longer get the Admin Analytics page to load. I set two ...
  1 votes
  1 answers
  2 comments
  3836 views

I'm facing the following scrollbar when the main element is very small. Even though there is sufficient space. Can I avoid this scrollbar somehow?
  0 votes
  0 answers
  0 comments
  1271 views

I can't see resolution actions in Nuxeo Studio
  0 votes
  0 answers
  0 comments
  1127 views

Hello, I'm wondering if I'm missing some info on how to override existing Web UI elements via Nuxeo Studio. After reading https://doc.nuxeo.com/910/nxdoc/web-ui-deployment/ I tried overriding some Web UI components. For example I tried to override ...
  1 votes
  1 answers
  1 comments
  3362 views

Do you have a rest api for comments service?
  0 votes
  0 answers
  0 comments
  1142 views

Hi, when I'm installing nuxeo I have this error, on the step of Addons and Download,you can see the error on the screenshot below. Can anybody help me please. Thanks
  0 votes
  0 answers
  0 comments
  1132 views

How to copy a file from one document to another?
  0 votes
  1 answers
  2 comments
  2089 views

Hello, I experience a strange error when showing a custom date attribute on a metadata view. Firefox always shows January 1, 1970 . I'm using the nuxeo-date element: <nuxeo-date datetime="[[document.properties.my_schema:my_date_attribute]]" /> ...
  0 votes
  1 answers
  1 comments
  1506 views

this.nxServer = new Nuxeo({ baseURL: 'http://local:8080/nuxeo', auth: { method: 'portal', username: 'user', secret: 'nuxeo5secretkey' } }); this.nxServer.schemas('*'); this.nxServer.repository().fetch(id).then((response) => ...
  0 votes
  1 answers
  1 comments
  1455 views

I offer output version of the page on web ui.
  0 votes
  0 answers
  0 comments
  1074 views