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

Forum Posts

StartBinariesGC doesn't work on Nuxeo 6

Hi, We want migrate nuxeo from 5.8 to 6.0. We got a menu/button to lauch an automation chain which display a document and also run Services -> StartBinariesGC. In Nuxeo 6, we got the error : "An error occured while executing the chain 'cdc_action_sea...

manuek_ by Star Contributor
  • 964 Views
  • 3 replies
  • 0 kudos

Error when using Ceph Rados Gateway as an S3 backend

we use Cephs Rados Gateway as the S3 backend for Nuxeo. When an object gets fetched, an error: com.amazonaws.services.s3.model.AmazonS3Exception: null (Service: Amazon S3; Status Code: 400; Error Code: InvalidArgument; Request ID: null), S3 Extended ...

Error after operation Document.Move

Hi, I think my problem is that I don't understand Document.Move operation result or don't know to use it. Here is my "simple" automation chain : - Context.FetchDocument - Document.Move: target: "@{Document.parent.path}/archives" - Context.FetchDo...

Corinne_ by Confirmed Champ
  • 3369 Views
  • 12 replies
  • 0 kudos

lazy binaries from cloud providers (s3) are read prematurely

we're using the cloud plugin to read blobs from s3 we noticed a loads of queries for metadata toward our s3 bucket, for example if we ask the document model for one attachment and load the files schema the cloud provider goes and read the metadata fo...

Lorenzol_ by Champ on-the-rise
  • 1315 Views
  • 3 replies
  • 0 kudos

When to set CORS setting

Hi, To activate CORS, the link: https://doc.nuxeo.com/pages/viewpage.action?pageId=14257084 provide some xml to allow Corss-domain. Where should I put this xml file ? In what file ? Regards, St.

Nuxeo crash after trying to read an Document without permission

Nuxeo: 7.10 in a Docker Container on Ubuntu 14.04-Basis with Oracle Java 8Mysql 5.7LDAP Connection If I`m trying to get a Document with an user without the necessary access rights via the Java Automation Client for Nuxeo v 7.10 the Nuxeo Process cras...

Chris_S by Champ in-the-making
  • 504 Views
  • 0 replies
  • 0 kudos

condition for Widget on create mode

I'm using Nuxeo IDE , and i want to display a drop down list in my creation layout form , this drop down list should be displayed only if another drop down list is filled with a certain value , can anyone show me how to do that , normally i should us...

ITShine_ by Star Contributor
  • 3016 Views
  • 12 replies
  • 1 kudos

What kind of customizations can be done with NUXEO DAM?

Hi I am very new to nuxeo and would like to know more about customizations. 1- Can we customize the NUXEO DAM without the Nuxeo Studio? 2 - is it possible to put a youtube frame(or any other frame/element) anywhere in the page? 3- Does it require to ...

how to map schema elements to jsf fields

I want to do some conditions on a suggestOneDirectory for this i'm trying to display elements created in directory , normally i would do ```xml <widget name="civilite" type="suggestOneDirectory"> <labels> <label mode="any">Civilit...

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

What xpath to use for note content (automation api)

Hi, I want to integrate nuxeo in another website, so far I've been able to iterate all documents under a specific folder and/or having the specified tags, I would like to also preview the content on the said website, and this is where I am a bit stuc...

phr34k_ by Champ in-the-making
  • 927 Views
  • 1 replies
  • 0 kudos

Nuxeo 7.10 missing from the Platform Explorer

The last version available in the platform explorer (http://explorer.nuxeo.com/nuxeo/site/distribution) is Nuxeo 7.2, is there any particular reason the newest releases are missing? As a workaround I'll install the module on my own server, I'm just w...

Is there immediate user creation in Nuxeo Multi Tenant?

Hi, I have installed Nuxeo 7.10, what I wanted to try is Nuxeo Multi Tenant. Unfortunately I have problem with it. I built it on my own from Github, and I put .jar file in my custom template. Without activated this custom template user creation worki...

Infinite loop in NX_ACCESS_ALLOWED

In our Nuxeo, we experimented a severe bug on the NX_ACCESS_ALLOWED function. Looking closer, we saw that one of our document : has no parentid + has a versionableid => in the while loop first iteration, newid and curid are set to versionableidon the...

Java code to set a complex property

I have a property that can be multivalue and each value is a complex property that contains two string subproperty. Can someone give me an example of java code to set this type of property?