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

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
  • 1898 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
  • 885 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
  • 302 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
  • 1811 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
  • 298 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
  • 627 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?

How to cancel a Workflow using an Automation Chain

I have the following Automation Chain: Fetch -> Context documents Workflow Context -> Cancel Workflow | id = @{workflowInstanceId} I want to cancel this workflow, but I've got the following error ****** chain ****** Name: UA_Approved Exception: Opera...

klebervz_ by Confirmed Champ
  • 684 Views
  • 3 replies
  • 3 kudos

problem with date search

I've imported some data using CSV import, configured folder to search for specific metadata using Administration -> Local configuration -> Document content configuration , so when filtering date, sometimes it gives results sometimes not. I've attache...

ITShine_ by Star Contributor
  • 1417 Views
  • 5 replies
  • 0 kudos

Automation Client session in HttpServletRequest

Is it a good practice to put HttpAutomationClient session in a the HttpServletRequest session for the user's session to be used as a singleton for as long as this session is alive ? .. or is there a better way. Thank you in advance for the advice.