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

Forum Posts

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
  • 50 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
  • 135 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) -...