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

Aviod one user login in multiple browsers

Hi, I have the requirement to avoid multiple browser login by single user. i.e at a time a user should login in only one browser, not in multiple browsers. Can any one tell me how to do that?

NXQL query

Hi :) I am making a NXQL and passsing a parameter like this: session.query("SELECT * FROM document_type_name WHERE xpath_name LIKE " +parameter+"%"); But it throws an exception saying Syntax error : Invalid token at offset 50 Any idea?

How to get the current user

Hi.Can anyone tell me how to get the current user logged in Nuxeo..I am using NuxeoPrincipal but it comes null.I take it this way: @Context NuxeoPrincipal principal

Resolved! Add user action into a result line on a content view

Hello, I want to add some user actions on every result line on my content view. Each user actions must work with the document on the line. How can i do that ? Add a Template widget where i put a created xhtml file with an action button ? Thanks for t...

listeners - move to trash

I am writing an event handler. In my testing, I have observed that when a document is moved to trash, the framework always appears to fire a lifecycle transition event AND a move event (move to trash). Therefore in the interests of efficiency my desi...

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

An operation AddEntryToMultivaluedProperty generates an error

The operation AddEntryToMultivaluedProperty generates the error in the method "run". There is a problem in the line: List<Serializable> array = p.getValue() != null ? Arrays.asList((Serializable[]) p.getValue()) : null; It returns an exception: Cau...

adam_bo_ by Star Contributor
  • 1347 Views
  • 6 replies
  • 0 kudos

Confirmation Message

Hello ,I want to add a confirmation dialog when pressing a button .I use the following XML extension: Jeni te sigurt qe libri te mbyllet? But nothing appears.Any help?

listeners - accepted events

In various listeners I see in the code base, the listener is tied to a contribution that defines the events to be routed to the listener. Yet the listener code seems to confirm the event to be handled - e.g. if (!EVENTS_TO_HANDLE.contains(event.getNa...

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

New xsd schema and postgresql backend

Hello, when i was using Nuxeo 5.8 /PosgresSQL 9.1 , i had a table ori_oriid created when deploying my project containing ori.xsd (see files below). since i'm using Nuxeo 7.10 / PosgreSQL 9.1, the table isn't created anymore and i don't see why . shou...

ConfigurationService

I am using the ConfigurationService to define properties that modify the behavior of code I am contributing. One such property is enabled for a piece of functionality. If - at runtime - the code detects some downstream dependency is unavailable, I wo...

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

Pradeep bhat

Hi pradeep, I have been searching in nuxeo about adding the annotations feature, but could not find any.. Can you please help me to enable the annotations for text, documents Thanks and Regards, Gandhimathi

How to show group created by me only in search?

Hi, I want to show group created by me only in search suggestion while adding permission on work space. How can I do this? plz find attachment of image where I want to suggestion of those group which created by me only.

Add multiple ldap servers configuration

Hi, I am having requirement to connect with 2 LADP servers to get users. Currently in nuxeo I can connect with only one LDAP server using default-ldap-users-directory-config.xml. /> In this file how can I add 2 LADP servers to connect and get users f...