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! Nuxeo remote jmx monitoring on Linux

Now that Tomcat is the default Nuxeo distribution, I would recommend that page http://doc.nuxeo.com/display/ADMINDOC/Monitoring be updated with instructions regarding how to configure and use Nuxeo JMX monitoring. I opened JIRA issue NXDOC-155 to add...

ron_1 by Star Contributor
  • 240 Views
  • 1 replies
  • 0 kudos

Resolved! Quartz Error in logs

Please Help me how to resolve this problem when i am using nuxeo CMS (Quartz Scheduler) [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler_$NON_CLUSTERED paused. [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler$_NON_...

Can we configure Nuxeo IDE hot reload?

We have changed nuxeo plugin folder structure a bit. Now the hierarchy goes like this: project |_ bin (it contains our nuxeo jar build scripts) |_ config (our plugin configuration files) |_ plugin (now this is the folder where the actual nuxeo plugin...

How to change the context path of static WAR?

Hello, I could deploy correctly the nuxeo distribution using the static war inside an existing tomcat instance managing correctly the min and max memory size inside catalina (tomcat instance). However I have problems when I change the context path of...

Ervin_ by Champ in-the-making
  • 310 Views
  • 2 replies
  • 0 kudos

Paging in vocabulary editor?

Is it possible to do paging in the vocabulary editor? For one client, the vocabulary is huge and sometimes create a timeout (firefox) while loading. Is there a way to define the vocabulary so there is paging in the editor? Thanks, Patrick

patrek by Star Contributor
  • 512 Views
  • 5 replies
  • 1 kudos

Task assignment in Nuxeo 5.6

I have an automation chain that assigns workflow approval task to users. When the user goes to the assigned tasks to process it, a null value is appearing in the task description. null: This task is assigned to Reviewer Due date: Approve Is this a bu...

Sana_ by Champ on-the-rise
  • 340 Views
  • 3 replies
  • 0 kudos

JSF binding in Nuxeo widgets

I would like to know if it's possible to use JSF bindings inside a Nuxeo widget. A binding is typically done on a single property. If a widget is used several times in Nuxeo, it means the binding is reused and that is obviously going to lead to side-...

Workflows in Nuxeo 5.6 RC1

I have recently installed Nuxeo 5.6 RC1. When I access the documents in DM module, the workflow tab is missing. I created a new document type through Nuxeo Studio but the workflow tab for it is also missing in DM. Please let me know if there are any ...

Sana_ by Champ on-the-rise
  • 442 Views
  • 4 replies
  • 0 kudos

Resolved! Nuxeo SQL Database Schema Creation

We have to run Nuxeo with db.user and db.password having no table creation rights and we have successfully configured nuxeo but we have to do the following steps: Start nuxeo with db.user and db.password having table creation rights. (This step creat...

Write a NXQL query to purge deleted documents

Hi, I want to create a purge of deleted documents for more than 2 months after the last modification date. Can we write a NXQL query like this : SELECT * FROM Document WHERE ecm: currentLifeCycleState = 'deleted' AND (dc: modified + INTERVAL '2 month...

How can we get sub-documents to show in a folderish proxy?

Here's our use case: We have two different direction department with two workspaces managed and accessible only by the associated department. I.E. workspace1 is only accessible by department1 and workspace2 is only accessible by department2. Sometime...

simpoir_ by Champ on-the-rise
  • 242 Views
  • 1 replies
  • 0 kudos

Resolved! Design has changed after use of Nuxeo Studio

Hello everybody, I'm discovering the Studio funcitonnality, but due to my company's proxy, I have to install the .jar files manually, so I activated the Developement mode, as asked I don't know if it's the right reason, but since this day, the pages ...

Julien_A_ by Champ on-the-rise
  • 368 Views
  • 1 replies
  • 0 kudos

Calculating and setting custom JAVA_OPTS on Nuxeo startup

I would like to calculate and set a custom Java option during Nuxeo startup via shell scripting. Would it make sense for nuxeoctl to support a call out to an optional setenv.sh script much like Tomcat does for this purpose? I could wrap nuxeoctl with...

ron_1 by Star Contributor
  • 328 Views
  • 0 replies
  • 0 kudos

How to Create a PDF

I have some chm help documents to convert to pdf, is there some effieicent ways?

sadlock_ by Champ in-the-making
  • 349 Views
  • 1 replies
  • 0 kudos

HOME_TAB action does not exist?

Using the Change Tab automation action with HOME_TAB as the parameter I get the following error message; ERROR [org.nuxeo.ecm.platform.ui.web.api.TabActionsSelection] Cannot set current tab with id 'HOME_TAB': action does not exist. The home tab work...