Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 143 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
  • 214 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
  • 130 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.