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

Nuxeo LTS 2023 and SchedulerService

Hello,In LTS 2023, I am trying to fire an event every 5 minutes in Nuxeo. I have the following in the OSGI-INF directory.<?xml version="1.0"?><component name="com.ins2.rgp.schedulers"><extension target="org.nuxeo.ecm.core.scheduler.SchedulerService" ...

Nuxeo Java Code - Service versus Listener

Dear Experts,I have a requirement to write some Java code to pull data from an external system and use it to populate vocabularies and create/modify new documents in the system.As I understand it I have two choices:1. Create a Service component. Use ...

Publication in section with consultation right

Hello, I’m here to ask for your help.I created an automation chain for the document publication (Workspace: state => draft, Section: state => published). I call this with a button.This button is functional only if the person or group has "ReadWrite" ...

misamisa by Champ in-the-making
  • 2237 Views
  • 1 replies
  • 0 kudos

Nuxeo - Multi tenant addon

 Hi Team,I'm a Nuxeo beginner using version 2025 installed from the ZIP archive. I installed the nuxeo-multi-tenant addon.I'm trying to follow the documentation to enable it ("Admin > Tenant isolation > Enable button"), but the "Tenant isolation" tab...

Gbellard_1-1744127209583.png
Gbellard by Champ in-the-making
  • 2622 Views
  • 3 replies
  • 0 kudos

Nuxeo LTS 2023 Local Install.

Hello,I am trying to install Nuxeo LTS2023 locally on my machine using the ZIP distribution.  I am able to start the instance but as soon as I login, to the instance, I start seeing errors in the server.log.  Here is what I see in the server.log.2025...

Nuxeo playground Resources end point missing LTS2021

Hi,Why is suddenly the resources endpoint of nuxeo playground empty? It seems that playground gets 404 on id.json, directory.json etc.While checking the log file we get the following error:org.nuxeo.ecm.webengine.model.exceptions.WebResourceNotFoundE...

saml azure provider error

Hello everyone!I'm trying to set up authorization via the saml azure provider.I created a provider in Azure and specified the redirect point URI https://mydomain.com /nuxeo/uiI created a configuration file according to the recommendations from the kn...

2025-03-19_23-32-29.png
ivko by Champ in-the-making
  • 764 Views
  • 1 replies
  • 0 kudos

Resolved! Nuxeo REST API /doc endpoint missing in 2023 LTS

I cannot find anywhere info, if this endpoint was removed from Nuxeo. I have a problem that nuxeo-api-playground resource endpoints is throwing 404, also http://NUXEO_SERVER/nuxeo/site/automation/doc is not working. I noticed in github, that class:@W...

Zdeno_Franek_0-1742547279518.png

documentSecurityUpdated not triggered for child documents

Hi everyone,Thanks in advance for your help. I’m facing a small issue: when I update the security settings (permissions) on a parent workspace, the documentSecurityUpdated event is only triggered for the workspace itself, not for the documents or fil...

Zakariyaa by Champ on-the-rise
  • 663 Views
  • 1 replies
  • 0 kudos

Resolved! Notification for deleted document

Hi, I'm a new user of Nuxeo. I'm wondering if it is possible to have notifications when a document is deleted. I write my extension point: <component name="org.nuxeo.sample.notify"> <extension point="notifications" target="org.nuxeo.ecm.platform....

Alice_ by Star Contributor
  • 4916 Views
  • 20 replies
  • 0 kudos

Resolved! Detecting ACL Modifications in Nuxeo

Hello,I would like to know how to detect modifications to ACLs (Access Control Lists) in Nuxeo. Are there any native mechanisms, specific events, or best practices to monitor and log these changes in real time?Any guidance or recommendations would be...

Zakariyaa by Champ on-the-rise
  • 3346 Views
  • 4 replies
  • 2 kudos

Nuxeo Data Table View and Filtering

I have a folderish object called EmployeeData.  This contains multiple Employees which is basically a DocumentType.  Employees have properties such as EmployeeID, First Name, Last Name etc.  When I view the EmployeeData, I can see all the Employees. ...

Empty History Tab

In Nuxeo Platform, the History tab of documents are empty.  The events are not listed and also the API REST @audit return no entries.  Is there something missing in the Nuxeo instance, configuration, parameters that should be set so Nuxeo starts audi...

Resolved! error when running "nuxeo bootstrap"

Hello, when i run "nuxeo bootstrap" it gives me this error message :info Unable to fetch metamodel remotely... Trying locally.× You must initialize metamodel online once.There is some configuration that i must to do before ? Thanks