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

increase transaction timeout value

Hello, I have an action that is exectued by an event handler. But I observed in the server.log file this Error: org.nuxeo.runtime.transaction.TransactionRuntimeException: Transaction has timed out at org.nuxeo.runtime.transaction.TransactionHelper.ch...

Resolved! Bug in edit button

Hi, I want to edit documents, I selected my docs and I click on edit button, the edit dialog doesn't appear and others button disapears.(see captures). I has this bug only when I used Chrome,I tested with chromium and firefox and it works well! Any i...

Join the Conversation: Your Opinion Counts

Here at Hyland, we are always looking for ways to improve and evolve, and we believe that by sharing knowledge and collaborating with our developer community, we can accelerate innovation and create better solutions for our customers. We have partner...

ttoine by Community Manager
  • 563 Views
  • 0 replies
  • 0 kudos

Nuxeo Java Client - Bug Detected

Hello, I have this NXQL query to perform : SELECT * FROM Document WHERE custom:attribute = 'Ø600' You can notice the special character Ø. It's working fine when I use NXQL Search in Web UI. It's not working with Repository.query method in Java Client...

How can I add a number field to the fulltext search?

It seems that Nuxeo is only using string fields to build the fulltext . Maybe using the fulltextExcludedTypes but I cannot find it anywhere being set. Is there a way I can incorporate number fields, e.g. a year, into the fulltext index? Or specifiy t...

Broken pipe error - aborted connection?

From time to time we get the following error. Like 15 times within a second. Nuxeo is run behind nginx configured with proxy_pass. 2022-12-15T12:06:52,455 ERROR [http-nio-127.0.0.1-8080-exec-753] [nuxeo-error-log] Request Attributes: NuxeoException...

Building Nuxeo with Python 3 instead of Python 2?

To build Nuxeo yourself you need python2, as explicit stated in the official docs: https://doc.nuxeo.com/corg/getting-the-nuxeo-source-code . Python 2 is EOL for more than nearly 3 years now and is not supported anymore on most Linux distributions (i...

Automatic section creation

Hello, I would like to reorganize the nuxeo tree structure to make workspaces and sections are mirrored. I want to set up a mechanism that automatically creates the section tree based on the workspaces I create. example: If I create the following tre...

Let’s Talk About Software Upgrades

In the software world, we know there is a love/hate relationship with software upgrades. They are necessary as the entry point for new releases, bug fixes, security updates, and improved user experiences…AND, can also be a disruption to current proce...

ttoine by Community Manager
  • 551 Views
  • 0 replies
  • 0 kudos

Resolved! NXQL query for locked documents

Looking for a way to query for locked documents of a particular type. I've tried variations on this: SELECT * FROM Document WHERE ecm:primaryType = 'DocumentType' AND ecm:lockOwner IS NOT NULL including SELECT * FROM Document WHERE ecm:primaryType = ...

Terry_A by Champ on-the-rise
  • 2402 Views
  • 6 replies
  • 0 kudos

TaskService

Hi Team, I want to use TaskService for one of operation, but not able to import org.nuxeo.ecm.platform.task package and as a result TaskService also not found. Which maven dependency I need to include to solve this problem ? Appreciating your help. T...

Vinit_Shah by Champ in-the-making
  • 975 Views
  • 2 replies
  • 0 kudos

500 Internal Server Error - Blob.RemoveFromDocument

Api call to http://localhost:5000/nuxeo/api/v1/automation/Blob.RemoveFromDocument Payload:{ "params": { "xpath": "monschema:mesdonnees/2/fichier" }, "context": {}, } Response : { "entity-type": "exception", "status": 500...

Nuxeo Central Repository accees - Maven usage for LTS 2021

Hi, According to this page https://doc.nuxeo.com/corg/maven-usage/#maven-usage-for-lts-2021 , to access to nuxeo nexus repository we need to create a support ticket to request access. So when I go to my account (Okta account) https://auth.nuxeo.com, ...

freemann_ by Star Contributor
  • 825 Views
  • 1 replies
  • 0 kudos

PostgreSQL version for LTS 2019

For LTS 2019 (Platform 10.10), it is specified in the documentation that the suggested database is versions 9.6 and 11 for PostgreSQL. We plan to upgrade our PostgreSQL database to version 12 (or higher). We would like to know if this version of Post...

Resolved! NXQL : select documents where creator email equals ...

Hello, I know that this NXQL is working : SELECT * FROM Document WHERE dc:creator = 'user.name' But is it possible to query on email attribute ? I tried this but it doesn't work SELECT * FROM Document WHERE dc:creator/properties/email = 'admin@emai...

Resolved! new vocabulary based on external database ?

Hello, I declared a new data source in my custom bundle which points to an external database : <extension target="org.nuxeo.runtime.datasource" point="datasources"> <datasource name="jdbc/custom" driverClassName="${db.driverClassName}"> <property ...

"nuxeo studio export" and Maven enforce-dependencies

Hello, I am writing my own Java code to create an operation. /> I have: Used "nuxeo bootstrap operation" to create the appropriate structure. (Question - Is a multi module required?)When I use the mvn clean compile, it throws the errors below. [ERROR...