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

Resolved! How to configure convertcache working directory

Hi all I'm trying to configure a new convertcache directory for file preview. I've found this guide https://doc.nuxeo.com/60/nxdoc/conversion/ In particular, this point: Configuring the Conversion Service The Conversion Service supports a global conf...

Encryption

Hi, I'm trying to add my custom encryption for files on storage, but I've several doubts: I think have to create a jar module with my implementation, extending DefaultBinaryMagager (getBinary and storeAndDigest) I guess... but cannot found maven depe...

Devilot_78 by Champ in-the-making
  • 502 Views
  • 1 replies
  • 0 kudos

Resolved! How can I upload a file with php with metadata

Hi, I have a problem, I can upload a file with normal metadata, but I have a subtype of metadata like this: <xs:complexType name="blobList"> <xs:sequence> <xs:element name="item" type="nxs:content" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence>...

How to add some fields to dublincore.xsd

I'm trying to add some fields to dublincore.xsd but without success. I created two files and copied them under nxserver/config folder The files contain: dublincore.xsd <xs:schema targetNamespace="http://www.nuxeo.org/ecm/schemas/dublincore/" xmln...

Nuxeo Packaging for deploy on Wildfly 10

Hi, I'm trying to pack and deploy Nuxeo on Wildfly 10.0.0.Finale. I am running in this issue: https://jira.nuxeo.com/browse/NXP-20199 is there another way for assembly Nuxeo in a war or ear? Thank very much.

Update a tooltip

Hello all, I would like to know if it's possible to update a toolib ? On a document, when I put the mouse on a the document link, I have a tooltip wherein it is written "File". I want to have the comple name of the file (it is a long name and the end...

Inactivate Users on Nuxeo

Hi! I create some users on nuxeo, but after some time, will be needed to prevent login on system for some reasons for some of them. My question is: Is there any way to set users on "inactive mode"? or have anybody any idea how can I do? Any answer...

00000001_ by Confirmed Champ
  • 562 Views
  • 4 replies
  • 2 kudos

Migrate Nuxeo data from Orcale to PostgreSql

Hi, I'm workin in a project that consists on migrating nuxeo-5.4.1 data from Orcale to Postgresql. Data extraction was successfully done and i've all the data well imported in my postgresql database (i've used ora2pg tool). The probleme i'm facing no...

daliIng_ by Champ in-the-making
  • 301 Views
  • 1 replies
  • 0 kudos

NPException generated when accessing Context on ftl freemarker

Hi. I have created a document template using freemarker. How can i get the properties of parent of the current doc. I can use the session to get what i want, but the context doesn`t work properly, it causes error. <center> <img src=${Env['nuxeo.url'...

Bora_ by Confirmed Champ
  • 340 Views
  • 1 replies
  • 3 kudos

Recherche textuelle "l10nsujects"

Bonjour ! Testant depuis plusieurs jours la plateforme avec le DAM, je suis confronté à un problème lors de la recherche textuelle de mes documents. En effet, lors du renseignement du champs "Sujet" des documents, la langue des éléments suit effectiv...

Sync file servers

Hello, Our company has 3 offices in different locations. We're looking for a way to keep a common document structure for all our users. My problem is that the amount of data is quite big (over 1TB), so we can't make all the single user keep their wor...

nicolas_P by Champ in-the-making
  • 544 Views
  • 1 replies
  • 0 kudos

How to add &apos;Nodes&apos; to a running workflow?

Hi Everyone, I am new to Nuxeo platform and trying to get my head around it. I have a Simple workflow with just one 'Approve' node between Start and Stop. I am trying to add more nodes (linked to Approve node) on the fly after the workflow is started...

Afsar_Khan by Champ in-the-making
  • 777 Views
  • 2 replies
  • 0 kudos

Java Automation Client - List of all the users

Hello, I'm writing a migration Java program from versions 7.x to 8.3 and I can't manage to get a list of all the users, groups and permissions on documents using the java automation client. Any help would be appreciated !

Liam_Lyons by Champ in-the-making
  • 598 Views
  • 1 replies
  • 0 kudos

Fulltext content search

Hi, I wish to perform a "fulltext" search in the content of the Nuxeo repository documents. So far, it looks like setting Elasticsearch to index and include "binarytext" could be an efficient solution. Is that solution the best? Is there a better one...

Resolved! BLOBS in postgresql?

As the DBA for our postgresql server, I noticed that the database held BLOBS for use by the nuxeo service. Where and how are these blobs used? Why is nuxeo storing blobs in the database server, when the files themselves are stored locally or via S3? ...