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

Forum Posts

Document header problem

Hi, i have a problem when adding a code to display inputtext field. This is my code : <layout name="textWidgetLayout"> <templates> <template mode="any">/layouts/layout_default_template.xhtml</template> </templates> <rows> <row> ...

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
  • 128 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&apos;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
  • 99 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
  • 108 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 = ...