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

Any time frame for Tomcat 8 support ?

Our customers consider security as a #1 priority, and as such we constantly upgrade our major 3rd parties (including Java/Tomcat/database server/etc) to their latest. And with regard to Nuxeo, we have attempted to deploy it as a static WAR inside Tom...

Rafi_Cohen by Champ in-the-making
  • 990 Views
  • 2 replies
  • 0 kudos

Searching on hierarchical vocabularies

Hello everyone, I would like to use the search engine to search on parents of a hierarchical vocabulary and get every document having one of the children in the field. Here is an example so I can explain better: A vocabulray like this: Parent 1 Child...

Live Connect or Drive for NFS Video Directory

Hi, What is the best way to synchronise Nuxeo Folder with Externant NFS containing huge files (videos 20Go) Nuxeo Drive does exactly the job but it's for small files. Live Connect could be go but is for online cloud. Any simple suggestion ?

Resolved! Globally remove email subscriptions to notifications

We are running a nuxeo 5.5 server which has multiple users subscribed to folder change notifications. We would like that to be a feature controlled by the administrator, and would like to be able to unsubscribe the users from their current alerts wit...

Resolved! How to override the implementation of a service

Hi, I have a component that declares a service. The service has different implementations provided in separate bundles: BaseBundle: ServiceInterfaceBaseServiceImpl SecondBundle: SecondServiceImpl ThirdBundle: ThirdServiceImpl The service and impleme...

Resolved! How to delete old releases ?

Hello, I am trying to find out how to delete very old releases created in studio. So that i don't have a really long list of old releases which are of no use to me, in the update center of my application. Thank you

"removing" the context path.

Hi, I have read a lot of docs about changing the context path, but can we remove it and access nuxeo directly from a subdomain like nuxeo.mydomain.com ? Thanks, Jérémie

jeremie_ by Confirmed Champ
  • 349 Views
  • 0 replies
  • 0 kudos

Nuxeo and s3 storage blob provider integration support

Greetings- Thanks so much for the support of my random questions, its been helpful so far. While deploying Nuxeo in AWS, we're exploring integrating s3 as a blob provider store for Nuxeo. I'm inquiring on how to get nuxeo to store my asset in s3, rig...

Caley_Goff by Champ on-the-rise
  • 1354 Views
  • 5 replies
  • 0 kudos

event listeners

Hi community. I am trying to create an event listener, so far, I just want to log a message when my listener is called. See my class below: import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.nuxeo.ecm.core...

Creating folder structure

Hello everyone I have the following senary: I am migrating a data / files (blob) from a SQL Server database to nuxeo. These files should be in the following structure: --- Folder (document type) --- folder (year of document) -...

Error adding file

Hello everyone, I am having the following problem: When I add the file it gives an exception of PropertyNotFoundException, I understand that something is missing, but I do not know who ... **Error in the second line Blob fileBlob = new Blob(file); fi...

Resolved! cluster_nodes table missing from PostgreSQL database

Greetings- I'm exploring deploying Nuxeo Platform v 8.10 in AWS. I've recently set it up using a shared RDS Postgres Instance in AWS amongst other nodes in AWS. Anytime it Nuxeo boots according https://doc.nuxeo.com/nxdoc/nuxeo-clustering-configurati...

Caley_Goff by Champ on-the-rise
  • 820 Views
  • 2 replies
  • 1 kudos

API Call to connect to Nuxeo Studio

Is there a API call to connect to Nuxeo Studio from JavaScript client in order to by pass credentials. Just curious, Nuxeo Studio trial version is ending soon and we are leaning towards more development through JavaScript client and API calls.

Resolved! Blob providers

Hi community. I am trying to create a blob provider to be able to have my files stored in OpenStack Swift. I extended the class AbstractCloudBinaryManager and implemented the main methods there. I packaged the class and all the dependencies into a ja...

Creating groups with specific properties using API

Hello, I would like to create groups using REST API, but i also need to set values for specific properties but it won't work. API only allows to set value for "groupname", "grouplabel", "memberUsers" and "memberGroups". Is there any way to set values...