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

Forum Posts

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
  • 135 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
  • 91 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...

updating lifecyclestate for proxies in elasticsearch

I have created a new search contentview for documents. They have proxies in a dedicated folder. The search works with one exception, an aggregation for the lifecyclestages of proxies. It looks like the proxies are not updated in the elasticsearch whe...

adam_bo_ by Star Contributor
  • 67 Views
  • 0 replies
  • 0 kudos

Automatic publishing system in sections

Good morning, everybody, I am looking for an automatic publishing system in sections. Explanations: I have a root workspace in which I have several workspaces. In one of them (which I called "IUT"), I created several sub-workspaces. In addition, in s...

Nuxeo login issue with LDAP

Hi, I have configured nuxeo 5.6 with LDAP. I have a de-coupled environment i.e nuxeo DB and nuxeo application is running on different machines within same VLAN. Each time when i try to logged in into it, it throws me error of 'Invalid username/passwo...