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

Direct url to download document

Hello, I want to download a document in Nuxeo from an another application. I trry an url : http://nuxeo_server:8080/nuxeo/nxfile/default/9f8c190a-dd27-4d77-9c0a-a3b4cd95abbc/file:content/DEMABOX000000137.pdf Nuxeo need a login and a password. How to ...

How to declare a jdbc used by a vocabulary in Studio ?

In studio, it seems impossible to declare a custom vocabulary (not based on the single data source). So I choose an arbitrary vocabulary and give in custom properties my directoryName (test) The bundle is generated as expected <properties widgetM...

What&apos;s the path to nuxeo.war

I'm using Nuxeo.10 , i want to read and write, from a java class, files that are saved in C:\nuxeo-cap-7.10\nxserver\nuxeo.war but i cant find the proper path. This path shouldn't be different if i use Nuxeo as War, can you help me with this ?

ITShine_ by Star Contributor
  • 283 Views
  • 0 replies
  • 0 kudos

Preview Not Working

New Windows server with Nuxeo window install with all defaults. I can't preview and documents: Preview can not be generated for this document Technical issue: Blob path: default org.nuxeo.ecm.platform.preview.api.PreviewException: Error during conver...

huge321 by Champ in-the-making
  • 386 Views
  • 1 replies
  • 0 kudos

Resolved! IntelliJ versus Eclipse?

Hi, I'm a big fan of IntelliJ and any JetBrains development environment, so I'd prefer to use it as my go to IDE. However, I notice that Eclipse is more mature in regards to Nuxeo. Has anyone here worked with both development environments? Which do y...

Customize Search Filter for List Widget type

Hi Folks, I am customizing the default search filter of Nuxeo. I have created my own field called **Keywords **which is a List Widget I have reflected the same field (Keyword) in search filter page but couldn't able to **search **based on keywords en...

CAS SSO for REST client

Hi Folks, We have implemented CAS-SSO between Liferay and Nuxeo applications. We want to upload documents from Liferay to Nuxeo via REST client. So in this case, the user has already logged into the Liferay web application. How to bypass the REST API...

Configuration Problem

I have a problem with my nuxeo the service is running, but when ingreso say : this message: "If you can read this in your browser, this probably because of a configuration problem of your nuxeo.war/WEB-INF/pages.xml. To change this, edit the OSGI-INF...

Block permissions inheritance with automation Chain

hello, In Nuxe 6, i want to block permissions inheritance in an automation Chain Context.FetchDocumentDocument.Create: type: P019_020_DOC_formulaireNomination properties: "dc:title": "Formulaire de nomination : @{nomUser["nom"]}" "dc:description": "@...

How to properly delete a user Worskspace using REST API?

Bonjour J'utilise REST API pour supprimer un user. Mais je voudrais nettoyer le compte. je crée un User via REST API:je vérifie la création en lisant le Workspace et le UserProfileje supprime le Userles documents Workspace et UserProfile existent tou...

Arnault_ by Confirmed Champ
  • 929 Views
  • 4 replies
  • 1 kudos

Uploader API in Client Library of Nuxeo is not working

Hi, I am trying to upload a file using nuxeo client. Initialy I have created the client like below var client = new nuxeo.Client({ baseURL: nuxeo_url, username: cms_user, password: cms_password }); client.schemas(['dublincore', 'file']); For uploadin...

REST API - Document.Filter Does it work?

I have been playing around with the Nuxeo API Playground and have tried to get the Document.Filter Command End Point to work to no avail. Does this command work?? Has anyone else got it to work?

dbrgss_ by Champ in-the-making
  • 708 Views
  • 1 replies
  • 0 kudos

Nuxeo CSV document upload with tags not working

Hi, I am using nuxeo 8.1 and added nuxeo csv package for csv import along with files. Its working very well with all nuxeo schema fields however i am not able to add tags in the csv. The tag is not added in the document even after adding column "tag:...