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 Annotation Feature

Hi, I am newer to Nuxeo, I was checking the features of Nuxeo so that comparison can be made and finalize which ECM is to adopt in Our Project. For this purpose I had configured Nuxeo 6.0 Multi OS platform on my Local System with Online Trial Account...

Dipen_Shah by Champ on-the-rise
  • 279 Views
  • 0 replies
  • 0 kudos

Problem with ElasticSearch Date Range aggregate

I have a custom schema holding a date field. I have designed a content view with a filter containing aggregate widgets. The date histogram works fine on my custom field, but the date range does not seem to work, at least with my custom field : I ve t...

Using an Operation chain created in Nuxeo IDE

I created a simple "Operation" using Nuxeo IDE plugin for Eclipse. All my Operation does is execute a System.out.println statement. I am able to export it to Nuxeo, create a new Automation Chain where I can select my operation. I am able to add that ...

Possible bug in image Rendition publishing

Steps to reproduce: Install a nuxeo-cap-7.10-tomcat with Nuxeo DAM addon and Postgres db.Upload a jpeg image.Select Medium rendition and publish to a section. Error message "An empty response was received from the server. Check server error logs." is...

ldap

hi we can not login using ldap we configuerd the the type under the xml file to ldap And the ldap.user.default under tomcat config directory - according to nuxeo example settings but we can not login using ldap user is this is the correct t way ? d...

ldap

hi We tried to create ldap connection we canged the type to ldap under the nuxep.conf Copied and edited the ldap default user to the config directory under tomcat we can login using local admin meaning xml is resd but we can not login using ldap use...

Notification Language

I have a question, we are running some tests with nuxeo, and all our users have Spanish as default language but every time the receive a notification it is in English. Is this correct? I am missing some configuration?

IKI_RIKI by Champ in-the-making
  • 321 Views
  • 0 replies
  • 0 kudos

Nuxeo is slow

Hello everyone Please, I need your help. I am working to update our ECM platform to go from Nuxeo Nuxeo 5.8 to 7.10. For this, I cloned the production instance and I work on. According to the documentation, I updated my Nuxeo with the latest hotfix (...

Multi repository and permissions

Hi, I have a problem and maybe there was such ticket before, but I can't find it. I've got two repositories: Default one and the some additional. While on default repository permissions work perfectly, and I can add, and remove etc. then on additiona...

__3 by Confirmed Champ
  • 397 Views
  • 1 replies
  • 0 kudos

invalid column name in vocabulary mapping

I have the following columns in a view id VARCHAR2(40) exercice VARCHAR2(40) label VARCHAR2(40) ordering NUMBER obsolete NUMBER comm_reference VARCHAR2(50) comm_libelle VARCHAR2(500) comm_date_creation VARCHAR2(19) utilisateur VARCHAR2(50) that I tr...

Authentication to REST API with OAuth2

Hi, I'm using REST API within a Web Java App to get query results which works great but the next step is to authenticate without having to use user's passwords. Is using OAuth2 to authenticate, the best way to do it ? I've tried it and so far I can't...

Nuxeo IDE Document CrossValidation

Hello, I'm trying to make a validation of a custom document based on a cross validation (make a validation on a field based on what the user has filled on a second one). I made this technique based on a post here : http://www.nuxeo.com/blog/cross-val...

Resolved! Number of documents per domain

Hello, I'd like to have the number of documents per domain, how it's possible ? JMX is not enough, I don't want to know how many documents are created, updated or deleted but how many documents are currently on my platform. Thanks