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

Resolved! Retrieve permissions of an User inside a script

Hi, Anyone knows how to retrieve the permissions of an user in a document ( inside a script) I try to use currentUser but it can only get the name, username.. and more properties that doesn't help me. Also I try with the operation hasPermission but n...

Migrate documents from relational database

Hello Nuxeo Gurus, I have a question related to document structure configuration: I have a use case where I have to import documents from a relational database to Nuxeo. In my documents I have fields that are foreign keys from related tables (ex: DO...

Resolved! Using Nuxeo web Components in a web application

Hi, I need to use “the nuxeo web components” in a Vaadin project. Bower is now deprecated , I'm using Npm. When I'm trying to install the dependencies with Npm as specify in the Nuxeo GitHub page below _[https://github.com/nuxeo/nuxeo-elements], I ha...

Resolved! Nuxeo-Document-Attachment in View-Layout

Hi, I'm having a problem with the view-layout in nuxeo-designer. I had a document created and I attached a file to it. All correctly done it. I did it with the nuxeo-document-attachment component, but when I'm in the view mode I wrote this; ...

During server startup I am getting error " [org.nuxeo.runtime.model.impl.RegistrationInfoImpl] Component service:org.nuxeo.ecm.core.scheduler.Sched ulerService notification of application started failed: null"

Hi, While starting server I am getting following error . ulerService notification of application started failed: null java.lang.NullPointerException at com.novemberain.quartz.mongodb.util.Keys.toFilter(Keys.java:58) at com.novemberain.quartz.mongodb....

Resolved! Perform an external REST call from within Nuxeo Studio

We wanted to perform an external REST call to a non-Nuxeo middleware within Nuxeo Studio. We were thinking of going the route of having an Automation Script perform this REST call with the Nashorn Engine. Is this possible? If so, what is the syntax/l...

Resolved! Hiding delete button

Hello, I need to hide the remove workspace button from the web UI. So far I have written a filter extension to grant delete permission only to workspace types and administrators members: <extension point="filters" target="org.nuxeo.ecm.platform.acti...

button i need to hide
a_c by Confirmed Champ
  • 1110 Views
  • 2 replies
  • 0 kudos

How to display an error in Web UI from a script ??

Hello, I have a script with conditional sentences, where in the else clause of one of them the script shows an error comment in the server.log with the help of the operation console.log. The problem is that in the server nothing advise that an error ...

How to override a WebAdapter?

I need a custom implementation to manage preview depending on the specific document type and may be additional document content logic. I have not found a better idea than to override the "preview" web adapter, but my tests to do this have been unsucc...

promanov_ by Star Contributor
  • 517 Views
  • 1 replies
  • 0 kudos

Persistent Scheduler

Hi, I succeeded to add a scheduler using org.nuxeo.ecm.core.scheduler.SchedulerService but the added configuration are lost after nuxeo restarting. So i need to know how to dynamically configure the scheduler service and persist that configuration ? ...

web ui deploy help

after i can clone and running web ui when i want to deploy it by using gulp there error message appeared [11:03:06] Using gulpfile E:\webUi\third clone\nuxeo-web-ui-10.10\gulpfile.js [11:03:06] Task 'default' is not in your gulpfile [11:03:06] Plea...

Web ui Dev problem

after i cloned Web ui from https://github.com/nuxeo/nuxeo-elements and type npm install thoe following errors appears npm ERR! code E404 npm ERR! 404 Not Found: @nuxeo/paper-typeahead@^0.6.0-SNAPSHOT

Connection pool is fully used error

Hello, after some time creating and editing documents in Nuxeo 7.2, I get this error: No ManagedConnections available within configured blocking timeout ( 100 [ms] ) for pool org.apache.geronimo.connector.outbound.SinglePoolMatchAllConnectionInterce...

Resolved! Document access tracking

We are looking to track access to documents. The Document access tracking module seemed as an suitable solution at first glance but I could see it's integrated with the JSF interface and has been obsoleted since then. In our case, we have a custom ap...

promanov_ by Star Contributor
  • 578 Views
  • 2 replies
  • 0 kudos

Nuxeo Event

Hi, I want to execute an operation after starting nuxeo. Is it possible to detect the start of the nuxeo server ? Is there an event listener?

if i want to customize web ui Elements

if i want to customize web ui for example remove or add Side Menu icons , set permission on any icon so it shown for user and hidden for another how i do that ? thanks please i need any help