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

Forum Posts

Problem with postgresql with nuxeo lts 2023

Hi, we have a problem using postgresql on nuxeo lts 2023 docker image. On h2 db it works, but as soon as we configure postgre connection in configuration we get errorSQL type mismatch for "task"."id": expected VARCHAR, database has INTEGER / int4(10)...

lzuzanak by Champ in-the-making
  • 3221 Views
  • 1 replies
  • 0 kudos

WebUI and Accessing Parent Properties

Hello,I am using Nuxeo LTS2021.  In Web UI, I am trying to create a document in a folder.  In the document creation script, how do I access the parent folder properties?   I do not want to access the properties in Automation script, basically in the ...

Build WEB-UI package from source

I tried to create the Web UI marketplace ZIP as described in https://github.com/nuxeo/nuxeo-web-ui/.During "mvn clean install" Maven tried to find the parent artifact "nuxeo-parent" which seems to be in in https://packages.nuxeo.com/repository/maven-...

BobTB by Champ in-the-making
  • 4383 Views
  • 3 replies
  • 0 kudos

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
  • 2772 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
  • 3813 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
  • 1297 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
  • 1160 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
  • 7974 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
  • 5061 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. ...