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

Nuxeo Annotations

Dear Nuxeo Users/Developers, I am testing nuxeo 10.2 platform I installed two add ons from Nuxeo Online services I installed with mp-install addon started nuxeo-arender (id: nuxeo-arender-1.0.0) addon started nuxeo-arender-connec...

Resolved! Unable to download larger files

I'm tasked with updating a Nuxeo instance from 5.5 to a more recent version. I've been able to successfully update and migrate the data to Nuxeo 7.3. From there on I start getting other issues which will probably require another topic. Now I have upd...

Resolved! Difference between Java Client and Java Automation Client

Hello, I want to know the difference between the Java Client and the Java Automation Client. What is the best to use ? If the Java Automation Client is deprecated, why is it still maintained (versions : 9.10 / 10.2 / etc ...) ? Regards.

StandardVersioningService.setInitialVersion

Nuxeo folks - regarding the setInitialVersion method of the StandardVersioningService class - the method does not take policy ordering into account on document creation as the retrieveMatchingVersioningPolicy method does on document update. So it see...

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

Nuxeo Drive registry configuration - Windows

Is there any way to make the registry settings work for Nuxeo drive? I'm deploying this app on Windows clients and cannot control the behavior of the software (locale, auto update check). I tried to follow the following article but can't get it to w...

Nuxeo starting very Slow

Hello, We have upgraded nuxeo to version 9.10. and Nuxeo starting is very slow , about 45 minutes to start ! We think that it provokes by the size of the data (145G), we use postgres 9.6. we set this value : launcher.start.max.wait=3600 launcher.stop...

Nuxeo starting very Slow

Hello, We have upgraded nuxeo to version 9.10. And Nuxeo starting is very slow , about 45 minutes to start ! We think that it provokes by the size of the data ( 145G) because we have a other application Nuxeo in version 9.10 with a smaller size of th...

Resolved! How to set a managed blob using the REST API

What is the way to create a document and set a managed blob on it using the rest API, on a 10.3 snapshot? I have a custom blob provider, my client layer knows the id of the blob in the remote provider.

Nuxeo drive in a domain windows

Hello I tried to install nuxeo drive 3.11 (.exe) on windows in a domain. The installation folder is "c:\users<login>\AppData\local How can I use another folder like "c:\program File(x86)" Best regards Dominique

Hide the delete button

I'm trying to hide the "Delete" button on the view_documents only if the selected custom document have a boolean property to 1. I'm using the Studio only ... I tried to implement a contribution to the extension point "filter" but it does not seem to ...

reqarding nuxeoctl showconf

It looks like nuxeoctl showconf only displays configuration properties defined in nuxeo.conf. Is there a cmd-line way to get a full dump of all properties from all templates after they've all been loaded and the server started?

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

Filter document types available for creation

Hello everyone, Do we have any possiblities to filter out the document types that one can create based on his permissions ? For example I want to allow Member to create only basic documents in a folder, like Audio, Note or File, where as Administrato...

Nuexo training centers, boot camps and events

Hi there. First post here I'm completely new to Nuxeo (never used it or worked with it before) and while I appreciate the material on Nuxeo University I feel it's a steep learning cure and could really use some personal guidance. Does anyone know of...

Nuxeo api - How a user can update his own profile ?

Hello, It seems that only the users who belong to the group Administrator can update user profiles. But I would like to allow the authentified user to be able to update his own profile. How could I do that ? I tried with the PUT request : curl -X PUT...