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! Is Nuxeo Open Source?

Hi Team, Is Nuxeo open source or is it a trial version ? Do we have to pay for it later on? Please give me some information regarding its license.

Resolved! When do the wizard selections in Nuxeo CAP get expanded?

I have noticed that the files contained in the $NUXEO_HOME/setupWizardDownloads do not get expanded correctly to my running image of v5.5. The symptom is missing mail folders in the running v5.5 image. If I look inside the file 324ec3b7ec77a01cd299d0...

Resolved! Recompile code of nuxeo 5.4.2 to 5.5

I've created nuxeo plugins with 5.4.2. I want to recompile them for 5.5 and deploy on nuxeo ep 5.5. Will it work or I have to create some configurations? Thanks in advance

kasaba_ by Champ in-the-making
  • 428 Views
  • 2 replies
  • 1 kudos

Resolved! What are the languages used to build Nuxeo CMF framework?

Hi, Now I am going to work on the Customization of Nuxeo CMF interface for Case Management System. Before that I want to know the languages used for the development of Nuxeo CMF, Framework or Architecture for developing this? Is it developed using co...

rajesh_ by Champ on-the-rise
  • 630 Views
  • 2 replies
  • 1 kudos

Resolved! How can I configure offline mode?

I've downloaded both 5.5 distribution, online and offline tomcat ones. I can't find where offline mode must be configured, and no documentation is availlable on this mode.

laurent_2 by Champ in-the-making
  • 434 Views
  • 2 replies
  • 0 kudos

Resolved! Multiply Domain

how do I create multiple domains and manage more than one organization through the Nuxeo? Or do I need to deploy a Nuxeo distribution for each company?

Ecoged_ by Champ in-the-making
  • 412 Views
  • 2 replies
  • 0 kudos

Resolved! How can I get a log of all downloads?

As the administrator of our document management site, I would like to have a daily log of all documents downloaded, showing the username and time of the download. Preferably this would be sent to me via email. Is this possible?

Resolved! Can't conect to my nuxeo DB in PostgreSQL

Hello, I installed my instance of Nuxeo with PostgreSQL by default. But I can't connect to the Nuxeo database through the PGAdmin with data from the tab Admin Center. What should I do to connect to the Nuxeo database and run an sql dump? Thks.

Ecoged_ by Champ in-the-making
  • 587 Views
  • 4 replies
  • 0 kudos

Mail Folders and version 5.5

I have version 5.5 running with my Postgresql database. I haven't extensively tested the integrity of the additions however one glaring omission is I cannot see any of my MailFolders or extensions to MailFolders I have been developing on 5.4.2. I've ...

Resolved! Dealing with documents where getPathAsString() == null

We are making an application that is using Relation document extensively. Documents subclassing the relation object are created using createDocumentModel(relationTypeName). This means that they are attached to no particular path in the tree. This tec...

Resolved! summary tab

I have defined a custom document in Java which works perfectly. How can I add a "Summary" tab? My code is not working. <extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions"> <action id="TAB_VIEW_FOLDERISH" link="/incl/ta...