Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Reloaded components are not started

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 ...

Juha_Kilpi by Champ on-the-rise
  • 1032 Views
  • 2 replies
  • 0 kudos

Create a custom rest api

Please provide example project to create an custom rest api for nuxeo? I have gone through nuxeo documentation already but didn't really understood.

CAN'T FIND Seam.DownloadFile IN AUTOMATION CHAIN

Hello, I try to reproduce the configuration to generate a PDF with the following step: `- Context.FetchDocument - Document.Query: query: "SELECT * FROM Document" language: NXQL - Render.DocumentFeed: template: "template:CSVExport" filename: mygen...

Sky_Sky by Champ in-the-making
  • 848 Views
  • 1 replies
  • 0 kudos

Is there a way to time out registered external commands ?

for some unknown reason, sometimes, libreoffice doesn't work as expected during thumbnail generation... In these cases, when nuxeo try to generate thumbnails for new documents, it launch its command line and wait job result. But the result never happ...

ftorchet_ by Champ in-the-making
  • 783 Views
  • 1 replies
  • 0 kudos

Can Nuxeo LTS 2017 be loaded on AWS?

Can we load Nuxeo LTS 2017 on AWS? On the AWS site, the download is only showing LTS 2016 AWS. If LTS 2017 can be used, is there an LTS 2017 AWS download? Thanks for any help.

Resolved! C# API : Unable to find batch with id batchId-xx-xx-xx

Hi everybody, I'm having trouble uploading files with the Uploader object. Here's how I do it : I have a class dedicated to managing REST operations in which I created the methods. At instanciation : public TransferFactory(Client client){ uploader = ...

Cancel event

Hi everyone, I want to know how to cancel a event in code java. Thanks,

How to custom some part of nuxeo interface

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 i...

Space characters in the options of <nuxeo-select>

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" v...

Ralf_Lange by Champ in-the-making
  • 587 Views
  • 0 replies
  • 0 kudos

retrieve a deleted document

Hi, The goal is to allow this deletion only if the articles have a "valid" or "aRediger" workflow status I tried to interceive with an event 'AboutToRemove' to perform some treatment but it does not work anymore. Can you give me some help.

New documents don&apos;t show up in other sessions

Hi, I have some problems with caching of folder content in a single-node setup. It looks like the content of a visited folder is cached within each user session and not invalidated across sessions. The issue arises when user Alice adds a document to...

Is there any Trash available in Web UI for 9.10?

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 documenta new Trash Search to retrieve all trashed document pl...

Multi-tenant package or setting users and groups?

I was researching and I would like to know if exist a difference between multi-tenant package and use users and groups to separate domains. I went through the multi-tenant package code and I didn't see any architectural design difference like using o...