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

Forum Posts

About Upgrade from LTS2015 to LTS2016

I am in the preparation Process of Upgrading from LTS2015 to 2016.I have below Questions It would be great if somebosy can advice on this. As per Installation Instructions ,I need to do back up of Data and File system?? 1.If i am pointing to Same DB ...

Tuto jaxrs [SOLVED]

Problem solved: check answer Hello, i am following the tutorial for jaxrs in order to make a webengine application. But, for the moment, i experiment a crash after having following the nuxeo tutorial for jaxrs: https://doc.nuxeo.com/810/nxdoc/weben...

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
  • 1093 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
  • 893 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
  • 830 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
  • 617 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...