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

Forum Posts

Resolved! Problem in 8.4 with Exiftool

BUG REPORT / QUESTION At least in version 8.4 (previous versions in 8.x series untested), the nuxeo java process tries to spawn several instances of exiftool, but these are all spawned without any arguments. When spawned without arguments or incorrec...

Nuxeo and Postgresql: upgrading to native UUID type

Currently, our system & database uses varchar for the UUIDs. I suspect performance can be greatly improved by changing this type to the PG's uuid type. Is it possible to convert the existing table/schema to the uuid type? Would the ancestors table n...

Java Automation Client - Upload change file name

Hello, I am trying to upload a file using the java automation client : FileBlob blob = (FileBlob) session.getFile(path); session.newRequest("Blob.Attach").setHeader(Constants.HEADER_NX_VOIDOP, "true").setInput(blob) .set("document", document.getPath(...

Liam_Lyons by Champ in-the-making
  • 84 Views
  • 1 replies
  • 0 kudos

Resolved! API: Multiple document input on automation call

Hello, I'm struggeling with the documentation explanation. I'd like to call the automation chain with the rest api, with multiple documents on input. I have no problem with one document; the body request look like that: { "input": "my-document-1-id"...

Ponicorn_ by Champ in-the-making
  • 116 Views
  • 2 replies
  • 0 kudos

LTS 2015 : PostgreSQL version 9.6 supported ?

I read that PostgreSQL 9.5 is now supported by Nuxeo 8.3 (https://jira.nuxeo.com/browse/NXP-19428) What about PostgreSQL 9.6 wiich is now the latest version ? Can we use PostgreSQL 9.6 in production with LTS2015 ? Henri Jacob

Resolved! tmpdir usage: how to control, how to cleanup?

On this topic, I've seen some posts from much older versions of Nuxeo, but they basically went unanswered. So here I'm asking detailed questions, which are hopefully relevant to the entire 8.x series at least. The filesystem on which nuxeo.tmp.dir re...

Bulk Import and dc:modified

Hi, I successfully use the bulk import of documents with their metadata (dublincore, versionning and primaryType) stored in a separated ".properties" file. I have just one problem with the "dc:modified" property. Indeed, Nuxeo will use the date of th...

zyx974_ by Confirmed Champ
  • 57 Views
  • 0 replies
  • 0 kudos