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 there is a realease date for the next fastrack ?

Hi, i just found that fastrack version hasn't been released yet ? have you got any release date for FT 9.1 ? my original question : i just tried to install the latest fastrack on my ubuntu server ( xenial ) but i only find the FT 8.3 version. Do i ha...

jeremie_ by Confirmed Champ
  • 1509 Views
  • 7 replies
  • 1 kudos

Resolved! Remove a domain doesn't free space memory

Hi all, I have removed a huge domain to gain memory space, but it doesn't. Before the removal, my nuxeo-data directory weighed 45 GB and it still weighs 45 GB after I had delete the domain. I emptied the trash and restarted nuxeo... I have flush the ...

LDAP cache : what for ????

CF. https://doc.nuxeo.com/nxdoc/how-to-configure-a-multidirectory-for-users-and-groups/ Hello, I'm wondering what for LDAP cache ??? Why having cache ? What I win in it ? Why nuxeo cacheTimeOut is by default 3600 ? And cacheMaxSize 1000 ? Why nuxeo n...

milonette_ by Star Collaborator
  • 736 Views
  • 1 replies
  • 0 kudos

How to get the translation of a message from an operation

Hi, I have an operation that returns some data of a document. I call this operation through Rest API to use it in another application. I want the operation to return the document type, but translated to the language of the user (File -> Fitxategia (i...

Error 500 in Nuxeo wirh NullPointerException

Hi, I have a lot of http 500 error with such message in the log : 2017-02-28 08:52:20,050 ERROR [http-bio-10.242.100.40-7338-exec-217] [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/nuxeo].[Nuxeo WebEngine Servlet]] Servlet.service(...

File Upload Automation chain

I am newbie in Nuxeo Suggest on this how it can be achieved with Automation chain When button clicked browse file, upload document and replace existing document.

Java Client : Is it possible to modify pageSize ?

Hey, I'm having issues with some requests using Java Client. I have a user who has a workspace with more than 50 children but when i request it ( folder.fetchChildren()) i only get 50 results. I tried looking for answers but found none regarding Java...

customizing search users function

Hi! I have override default user schema (added some other fields ) everything is ok. There is a search filed where user input is checks only for username, first Name and last Name Have any body any idea how can i add custom fields on search logic of...

00000001_ by Confirmed Champ
  • 393 Views
  • 0 replies
  • 2 kudos

CMISql can't retrieve properties of custom type

Hi there! This questien is connected to question here: https://answers.nuxeo.com/general/q/dd5e7c4e1a5f4a3187eb8196af824ffb/NXQL-Cast-string-column-to-integ I would like to ask why some(not all) of my custom properties in custom types can't be retrie...

__3 by Confirmed Champ
  • 540 Views
  • 1 replies
  • 0 kudos

Resolved! NXQL Cast string column to integer

Hi there! I would like to know if there is a way to cast mine column which is string to integer in NXQL query. I want to do that because I want to either order by this column with desc attribute or choose the highest string (I didn't have any influen...

__3 by Confirmed Champ
  • 1007 Views
  • 3 replies
  • 1 kudos

WebDAV issue with Nuxeo 8.10-HF01

Hi, I have install Nuxeo 8.10-HF01 with success. all is alright except webdav access. I got this error in server.log : 2017-02-24 14:17:52,747 ERROR [http-bio-0.0.0.0-8080-exec-11] [org.nuxeo.ecm.webdav.ExceptionHandler] Status = 500 2017-02-24 14:17...

zyx974_ by Confirmed Champ
  • 587 Views
  • 2 replies
  • 0 kudos

retrieve the documents list by url

Hi, i would like to return a list of documents using the document URL. if (navigationContext.getCurrentDocument().isFolder()) { // i would like to pass the url in parameters and retrieve the documents list return documentsList...

Hamed_Dhib by Champ in-the-making
  • 265 Views
  • 0 replies
  • 0 kudos

Changing the default styles of nuxeo elements.

We are developing a UI with nuxeo and polymer JS. We have used paper-checkbox, paper-radio button in our modules. Now we need to override the default styles of these elements without changing the original components. We have installed these as bower ...

Changing the icon on file upload button widget

Hi, I am new to Nuxeo and trying to build a front-end application using nuxeo and polymer js. We are using nuxeo file upload widget to upload certain files. Currently we are using the nuxeo-file element to upload the files. We need to change the icon...