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

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
  • 638 Views
  • 3 replies
  • 1 kudos

How i can upload multile images in nuxeo 7.4

Hi All, I am facing Issues in uploading multiple images in nuxeo using REST API. i am following below URL for the Batch upload https://doc.nuxeo.com/display/NXDOC/How+to+Upload+a+File+in+Nuxeo+Platform+Using+REST+API+Batch+Processing+Endpoint First I...

Resolved! Start nuxeo fails when constrained by the pool

Hi we're fixing a deadlock in our code that happens when the connection pool is exhausted - we've been bad at handling sessions, but now we're fixing them all up. now, we are trying to test if the issue is definitely solved, but for testing we need t...

Lorenzol_ by Champ on-the-rise
  • 563 Views
  • 2 replies
  • 1 kudos

Resolved! email notification not working

I'm trying to set up email notification for that i've read this article and since i'm using Gmail as server i've followed this configuration but it's not working. Is there extra configuration to add ? i'd mention that i've used same configuration w...

ITShine_ by Star Contributor
  • 1379 Views
  • 7 replies
  • 0 kudos

can't find nuxeo-features/nuxeo-platform-notification/ 7.3

I'm trying to get notification working so i've downloaded nuxeo-features/nuxeo-platform-notification from GitHub but i'm getting some errors when launching mvn clean install , also i can't find a release for 7.3 version. i wonder if notifications cod...

ITShine_ by Star Contributor
  • 1803 Views
  • 9 replies
  • 0 kudos

Resolved! Nuxeo Drive 2.x and Open In Editor directly - configuration?

Having some issues with an existing Nuxeo install - need to replace LiveEdit with Nuxeo Drive/Open in Editor functionality. Setup of Nuxeo Drive is straight-forward on server and client. I can get sync working without issue - across Windows, OSX, and...

Resolved! Nuxeo Drive upload and Drive Edit don't work

Hi, We are using Nuxeo Platform 7.4, nuxeo-drive addon 1.5.3 and Nuxeo Drive client 2.0.1028 (on Windows 8). Currently the synchronization is working well when the files have been in Nuxeo Platform first and appear in Nuxeo Drive folder on a client a...

Add attchments using CSV import

Attachments can be added when creating documents from "Files tab", i want to do the same thing using a CSV file so i wonder what should I add as a property that refers to attachments in the CSV file. I'm able to add the Main File using "file:content"...

ITShine_ by Star Contributor
  • 929 Views
  • 6 replies
  • 0 kudos

Resolved! v.5.8 Excessive hardware requirements? (Exabyte of Storage)

I wanted to take a look at Nuxeo v5.8 and downloaded Nuxeo Platform OVF 5.8 and when trying to extract the files to a temp directory to install, I receive the error: "There is not enough space on OS. You need an additional 734 PB to copy these files....

Ron_ by Champ in-the-making
  • 1557 Views
  • 10 replies
  • 1 kudos

Multiple scan-importer configuration

Can anybody give me a solution to configure multiple org.nuxeo.ecm.platform.scanimporter.service.ScannedFileMapperComponent config and mapping extension point with different configuration (source and target path), different leaftype (I can do it thr...

Corinne_ by Confirmed Champ
  • 514 Views
  • 2 replies
  • 0 kudos

CMIS: Poor performance with 1M documents

Hi, we are testing Nuxeo 6.0 in order to know the performance with high number of documents. We are using a cluster with 2 nuxeo nodes and two elasticsearch nodes (4 machines in total). The performence with Nuxeo is stabble, but CMIS hangs constantly...

JVent_ by Confirmed Champ
  • 730 Views
  • 5 replies
  • 0 kudos

Resolved! How to add a link on Home left menu

I'd like to add a link to a document on the left menu of the Home tab, under the Dashboard link (ie where Profile or Users and Groups appear). The link should open the document in Summary view. Any suggestions?

Can't upload Large Files 1.5GB+ : Request Timeout

I can't upload large files even i'm using the Nuxeo Drag and Drop UI. The Progress bar is finished but after I press the continue button the clinet prompt Request Timeout. What should I do? avax.transaction.RollbackException: Unable to commit: Transa...

Search using tags

Hi all, I use Nuxeo Community Edition and I added documents in my workspace. I added tags in the document's properties and I would like perform a search including tags. If I type a tag in the search bar, Nuxeo don't find my document. I can use the ta...

justinc_ by Champ in-the-making
  • 837 Views
  • 4 replies
  • 1 kudos

Resolved! EL expression for file:content being empty

How would I phrase the EL expression to be "the file content of the document is empty", so there are no files in the actual content of the document. So far I have: #{document.getProperty("file:content")=='empty'} so this gets the file content, but th...