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

Custom Document Type Breaks DAM

I have a custom document type created in Studio. I found that the display of thumbnails and the upload of assets (testing with PDF) into the DAM module failed with the error: 2014-09-03 21:06:05,844 ERROR [Nuxeo-Work-default-1] [org.nuxeo.ecm.cor...

Resolved! Upgrade from 5.6 >> 5.8 - How to preserve custom vocabulary?

Ubuntu 12.04 I've tried an upgrade from 5.6 to 5.8. In 5.6 I've got a lot of custom vocabulary entries, mainly under coverage and subtopic fields. When upgrading, the whole custom entries are lost and can not be selected any more for a given document...

acn_ by Confirmed Champ
  • 663 Views
  • 3 replies
  • 0 kudos

First Steps: What do I do with Nuxeo?

So, thanks to help from this community, I got the Nuxeo VM downloaded, booted, configured, and I got logged in as Administrator. Woo! But then the real trouble comes: now what? I've trolled through the documentation (which is excellent for administ...

JDRay_ by Champ on-the-rise
  • 854 Views
  • 6 replies
  • 0 kudos

Nuxeo Skip Version Increment

The behavior I want is, on Edit, for changes to metadata only that the existing version be overwritten with those changes. For uploads of new files, I'd like to force minor or major versioning. I want to do this using CMIS. I thought setting the 'S...

Studio and DAM

Just a note that may save you some time if you're using both Studio configurations and DAM... I found that after deploying the Studio jar file on the server that assets of Doctype 'File' were no longer included in the list of DAM assets. DAM expects ...

How to cancel a work (Schecduled or running )

I have requirement where i need to cancel the my custom Work (sub class of AbstractWork) in The WorkManager i don't find any method for this specific requirement . What i need to to to implement this feature ? any suggestion will be help full. My Use...

atul_ by Champ on-the-rise
  • 515 Views
  • 2 replies
  • 0 kudos

libreoffice not start in Nuxeo 5.9.4

when starting Nuxeo in server.log I get this error: 2014-09-05 11:06:06,300 INFO [Thread-8] [org.artofsolving.jodconverter.office.ProcessPoolOfficeManager] ProcessManager implementation is WindowsProcessManager 2014-09-05 11:06:06,636 WARN [Thread-...

admaruiz_ by Confirmed Champ
  • 1196 Views
  • 5 replies
  • 1 kudos

Resolved! Import specific version of the library

Hi guys. I have a problem with HttpClient lib. Nuxeo DAM imports HttpClient v4.2.4 but i need v4.3.5. OSGI spec provides import package feature but for example nuxeo-automation-io or nuxeo-automation-server modules which uses HttpClient not specifies...

Notification issue

Hi! I need your help. I try to activate notifications for a workspace: I want a user to be notified when a document is created in that workspace but that user doesn't receive any email whenever I upload files in the workspace. Thanks in advance, Rado...

MAP AND IMPORT CSV FILE TO IMAGES

Hi,I'm looking for a method to map and import a CSV file containing 12-15 fields of metadata for images already imported to DM. In other words I want to match existing media assets with a key ID (the filename)and map the additional fields to populate...

Walsh_ by Champ in-the-making
  • 228 Views
  • 0 replies
  • 0 kudos

Re-order tabs

I would like to reorder tabs : Publish and Relations tabs on the far right. Anybody knows the simpliest way ? Thanks Corinne

Corinne_ by Confirmed Champ
  • 350 Views
  • 1 replies
  • 0 kudos

Resolved! Preview for AUDIO and VIDEO files on DM

Hi Is it possible to use the preview functionality using only the DM? I know that it is possible for DOC, PDF and image files. In the following picture you can see my example. I have a PDF, MOV, MP3 and DOC files. We can press the preview function on...

Resolved! Querying document schema with Math function

Hi, I store GPS latitude and longitude in document schema and would like to query my document database and filter on the nearest points. A sample standard SQL query could looks like that: SELECT geo_latitude, geo_longitude, geo_name, geo_country_code...

Nuxeo IDE Test

I've used Studio to define an extension point for a new converter. Now I am trying to write a JUnit test that will test it using the Nuxeo Eclipse IDE. In the setup() method of the test, the following bundles are deployed: super.setUp(); dep...

oracle index tablespace

Hi everybody, While the Nuxeo setup process is running, is it possible to specify two separate Oracle Tablespace (one for data and one for indexes)? thanks in advance

maumig_ by Confirmed Champ
  • 317 Views
  • 0 replies
  • 0 kudos

Resolved! Problem with network drives using Nuxeo as windows service

I installed Nuxeo as a service windows. But does not work well. I have problems with network directories. I mounted the network drive on the server, in Z: The log shows this: Caused by: java.io.FileNotFoundException: Z:\NuxeoBINPRE\config.xml (El sis...

admaruiz_ by Confirmed Champ
  • 2591 Views
  • 15 replies
  • 0 kudos

Image Preview for new Mimetype

I'm trying to define a new mimetype and enable an associated image preview for it. I've defined extensions: - mimetype - command for convert - convert to JPEG and PNG I've uploaded a file of the new mimetype and then attempted to do a preview. I...