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

BUG: org.nuxeo.seam.debug property not used from nuxeo.conf

Hi, https://jira.nuxeo.com/browse/NXP-21025 and commit https://github.com/nuxeo/nuxeo/commit/11e89d29a46fd11dd152fd724e461758e19c5c48 removed the line System.setProperty(SEAM_DEBUG_SYSTEM_PROP, "true"); From ConfigurationGenerator, but SeamHotReloadH...

Juha_Kilpi by Champ on-the-rise
  • 413 Views
  • 1 replies
  • 0 kudos

Saved search view not showing proper view

Hi, I have saved 2 search, search1 : having some filter (ex.Modification Date : Last 24h (0) )search2 : having some filter (ex.Size : Less than 100 KB (1) ) These 2 search come in Search Filter drop-down present at top left corner in Search tab unde...

How to debug a plugin?

Hi, I am breaking my head for quite long to figure out how to write a simple plugin , deploy it and debug it. Yes I have seen this one https://answers.nuxeo.com/general/q/0ebf800f33c944a99cb33f41c284f2fb/Using-an-external-sso-system-for-authenticatio...

Resolved! How to enable View designer in Nuxeo Studio ?

Hi All, I am exploring Nuxeo.I read some articles and saw video regarding Nuxeo Web-UI and it says that the existing templates can be customized or reused in custom application using Nuxeo Studio View Designer. I am running Nuxeo 9.1 wth JSF UI and W...

amitgoda by Champ on-the-rise
  • 516 Views
  • 2 replies
  • 0 kudos

CMIS service wrapper

If I define my own CMIS Service wrapper and override the the createDocument method - if a document cannot be saved due to a listener throwing, I would like the CMIS handler to update another document elsewhere in the repository and then propagate the...

Eric_Ace by Confirmed Champ
  • 237 Views
  • 0 replies
  • 0 kudos

Resolved! Exception on 9.1 sdk mode

If you set nuxeo.server.sdk=true in 9.1 server configuration, on server start you'll get: 2017-05-15 15:39:00,891 ERROR [localhost-startStop-1] [org.nuxeo.runtime.tomcat.NuxeoLauncher] Failed to handle event: start java.lang.NoSuchMethodException: or...

Juha_Kilpi by Champ on-the-rise
  • 397 Views
  • 1 replies
  • 1 kudos

How to override basic http authentication using a plugin?

Hi, I am using .Net Drivers Client class to create a new instance and to connect to nuxeo. I want to do so that I can pass just the username and my login plugin handles the internal logic according to our external authentication. For that purpose I w...

listener disables other listener in different bundle

I have a contribution that declares a listener as disabled. This declartion wants to disable a listener with the same name in another bundle: in my bundle "A": <listener name="..." class="..." enabled="false"/> in other bundle "Z": <listener name=".....

Eric_Ace by Confirmed Champ
  • 609 Views
  • 2 replies
  • 0 kudos

Resolved! Problem installing on Debian on apt-get update

Hi everybody, When installing Nuxeo LTS 2016, I have a problem installing it on a Debian server. I used the official documentation protocol from "From the terminal": https://doc.nuxeo.com/nxdoc/installing-the-nuxeo-platform-on-linux/ So I used the li...

Error while updating Studio Project

Hi All, I am getting following error while updating my studio project from FT 9.1 to FT 9.2. ERROR [ConnectDownloadThread-1-3] [org.nuxeo.connect.downloads.LocalDownloadingPackage] Package project1-acheron-softwar-0.0.0-SNAPSHOT is already installed...

amitgoda by Champ on-the-rise
  • 2027 Views
  • 10 replies
  • 0 kudos

Disabling check of existing tables in SQLDirectory

Is there any way to skip the check of the existing tables in SQLHelper class? This is because for security reasons (lower-privileged database user). I need to use synonyms (oracle) in place of actual tables and it seems, looking at SQLHelper class, t...

Pagination for Permissions Defined Locally table

Hi, I want to apply pagination for Permissions Defined Locally panel in permission tab. Bcoz for some workspaces I have more 100 users who having some permission on workspace, due to which my page is loading process becomes slow. Can any one tell me ...

Event.markRollBack

I have a question regarding the markRollBack method of the Event class. Tracing through AbstractSession.createDocument to EventServiceImpl.fireEvent into a subclass of EventListener - I cannot see how calling markRollBack on the Event inside the list...

Eric_Ace by Confirmed Champ
  • 725 Views
  • 1 replies
  • 0 kudos

Duplicate file

Hi, I am facing issue of duplicate file or workspace paste. I have created one file and copy that by click on copy button, and go to another workspace. In that workspace I am able to paste many times with same name. Plz find attachment.

Problem with installing Nuxeo on Debian

Hi everybody, After installing on my computer (an Ubuntu 16.04). I want to install the same thing on the server of the company using the same command line installation protocol since it had worked the first time. https://doc.nuxeo.com/nxdoc/installin...