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

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

limit the actions of powerusers on a single group

Hello, Is it possible to limit the management of groups and users of a poweruser only on its perimeter in the platform? Currently, a poweruser can see and edit all groups in the platform ... I don’t want the « Groupe A poweruser » to be able to modif...

versioning policy

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

Eric_Ace by Confirmed Champ
  • 705 Views
  • 4 replies
  • 0 kudos

search using page provider

Hello All, I would like to use a page provider for my search endpoint. Is it possible to create a page provider without nuxeo studio? If yes, could you please tell me how?

Uril_Yak by Champ on-the-rise
  • 266 Views
  • 0 replies
  • 0 kudos

mongo for key-value via maven profile

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

Eric_Ace by Confirmed Champ
  • 639 Views
  • 2 replies
  • 0 kudos

Missing password policy validation in rest api

I was setting up a password policy (via userManager extension point) on our nuxeo instance and discovered the following behavior: Entering a password that does not match the defined policy, when creating a user via WEB-UI, is resulting in an InvalidP...

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
  • 581 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
  • 444 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
  • 477 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...