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

Shibboleth cannot create a new user in 9.3

Hi, I use the version 9.3 of nuxeo (no problem with the 9.2 version). When I try to connect the first time to nuxeo with shibboleth, I have this error : 2018-01-04 19:46:52,468 ERROR [ajp-nio-0.0.0.0-8009-exec-1] [org.nuxeo.ecm.platform.shibboleth.au...

jelninos_ by Champ in-the-making
  • 509 Views
  • 1 replies
  • 0 kudos

fonction nuxeo drive disparue du compte utilisateur

nuxeo drive fonctionne correctement depuis les postes clients. Mais dans la rubrique accueil du portail la rubrique nuxeo drive n’apparaît plus ET dans les documents le bouton "activer la synchronisation" n’apparaît plus. Voici le résultat de la comm...

how to increase data directory size

Hi , I am storing my document in file system. So i have question . Once initial allocated space gets full, how we will add additional storage to the same partition? Can I make new partition ? if yes then how to configure both old and new partition.

Override Template lifecycle

Hi people :) I need to override the lifecycle of the Template document.I read in Nuxeo documentation and it doesn't include Template in by default documents. Is there a way i can do this?

nuxeo adds ".txt" to some files

I would store mind maps in nuxeo. Maps are files created with freemind, and suffix is .mm When I upload the file it is OK, but as soon as I try to read it, nuxeo change the file by adding ".txt" at the end and I cannot edit the fiel anymore.

Scanned document preview

Uploading scanned document results in it's preview being blank. This happens for all scanned PDFs, i.e. files that have only one image embedded. Other documents are loaded just fine. Other thing I noticed is that after running the document trough OCR...

CAS Single Sign Out From Nuxeo and Spring Security

I have Implemented CAS SSO with Spring Security and Nuxeo. I have Problem In Single Sign Out From Nuxeo. When I Do Logout From Nuxeo It Logged out from Both Application(Nuxeo and Spring App). But When I Do Logout From Spring App It Will Only Logged O...

Avi_Jain by Champ in-the-making
  • 758 Views
  • 4 replies
  • 0 kudos

CAS Single Sign Out

Is there a way to make Nuxeo CAS plugin handle CAS Logout Request ( so that we get logged out from Nuxeo when logged out from CAS ) ?

ITassas_ by Champ on-the-rise
  • 555 Views
  • 1 replies
  • 2 kudos

Mongo DB goes out of memory while fetching document.

Hi, I am facing issue of MongoDB server out of memory. I have mongoDB server with 24 GB RAM and in that there is 1.6 TB of data is available. And WiredTiger cache maximum bytes configured is 11GB. With this configuration my mongo server is goes out ...

Making a 24 hour format

Hi people :) I want to override the nuxeo datetime widget so it formats the time only in 24 hour version.Can someone help me?

New document type creation without studio

Hi, I'd like to know if there is an existing documentation to create a nuxeo bundle which declare a new content type, without using nuxeo studio. More generally I'd like to know if to customize listings, create & edit forms, and document type Nuxeo s...

muldos_ by Champ in-the-making
  • 991 Views
  • 4 replies
  • 0 kudos

blob will not save

I'm attempting to attach a Blob to a document.: File tmpFile = Framework.createTempFile("...", ".csv"); ... write to the file Blob blob = Blobs.createBlob(tmpFile); myDocument.setPropertyValue("file:content", (Serializable) blob); What's really odd i...

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

Bug in Csv import

Hi :) I am using Nuxeo CSV import and sometimes Nuxeo doesn't stop the import.If I cancel the importing the documents are created perfectly,but the problem is that Nuxeo doesn't give a sign for finishing.This doesn't happen always.

File not attached from Nuxeo CSV import

Hi :) I am using Nuxeo csv import . I need to create specific document types from each record in csv file.I hace created the csv file as Nuxeo requires it: "name" ,"type","document's fields in the format prefix:field","file:content" . I have also add...