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

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
  • 272 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
  • 571 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
  • 596 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
  • 1273 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.

Resolved! getting a wrong date with datetime widget

I'm facing a problem with datetime widget and NXQL query. Actually when choosing for example a date from 14 - 30 June 2015 in customized search created in my contentview, i'm getting TIMESTAMP '2015-06-29 23:00:00' rather than TIMESTAMP '2015-06-30 ...

ITShine_ by Star Contributor
  • 425 Views
  • 1 replies
  • 0 kudos

Various import with metadata

I have a custom document type In a specific folder, it is defined as the default doctype so that drag & drop creates such a document I would like to be able to use the drag & drop import with metadata Overriding the Chain.FileManager.ImportWithMetaDa...

creating static war with contextpath different than /nuxeo

i've changed my contextpath as it's said here and created a static war referring to this link , after deploying it in Tomcat 7 i've noticed that the folder created in TOMCAT_HOME/bin/ is nuxeo normally it should be myapp and it doesn't contain the w...

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

Make imported file use a custom document type

Hi guys ! I wonder if its possible to make an imported file ( let's say a jpg image for the instance) use a custom document type ( a custom document type extends from Picture ) If I use the 'new document' > 'MyCustomPictureType' and associate it with...

Guian_ by Confirmed Champ
  • 585 Views
  • 3 replies
  • 1 kudos