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

Forum Posts

Configuring Nuxeo to send emails with OAuth

Hi,Until now I have used basic authentication to send notification emails from Nuxeo (I've used many different versions). But now Gmail and Microsoft Exchange Online are disabling basic auth, so I need to use OAuth.I've been searching for a way to co...

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
  • 191 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
  • 561 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 ...