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

customize nuxeo-object-diff

Hello, I want to customize the nuxeo-object-diff component. So I create a new component and I copy the code from https://github.com/nuxeo/nuxeo-web-ui/blob/maintenance-3.1.x/elements/diff/nuxeo-object-diff.js . However, when I deployed the code, I en...

Solved: Not able to add external user to local group

I am having trouble adding a group to a user authenticated via LDAP. I have setup the multidirectory and according to this doc "[l]ocal groups can reference local and LDAP users as members" but that does not work for me. Adding it via "User.CreateOrU...

Resolved! Impossible to download document after migration

Hello, I am in the process of testing a migration from Nuxeo 2017 to Nuxeo 2023. I have recently set up a new server and want to start with data migration. To do this, I made a backup of the Nuxeo 2017 database and restored it to a new database. At t...

LTS 2023 source code

Hi, How to get the LTS 2023 source code? I cannot find it in the repository on github. Thanks

promanov_ by Star Contributor
  • 1521 Views
  • 3 replies
  • 1 kudos

Resolved! fulltext search and highlight : empty contextParameters

Hello, I created a custom Page Provider to search for specific words in a specific document : <coreQueryPageProvider name="document_full_text_search"> <trackUsage>true</trackUsage> <property name="coreSession">#{documentManager}</property> <whereC...

Starting process is taking too long - giving up.

Caused by: java.lang.InterruptedException ... 18 more 2023-09-15T16:58:49,767 WARN [stream/introspectionPool-00,in:0,inCheckpoint:0,out:0,lastRead:1694777329767,lastTimer:0,wm:0,loop:17,rebalance assigned] [org.nuxeo.ecm.core.bulk.introspection.Stre...

Bug in xa mode

Hi I have a bug when I active the mode xa nuxeo.db.xaMode=true. Thanks for your help regards 2023-07-04T22:50:25,962 WARN [main] [org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent] Command not available: videoWatermark...

Resolved! Nuxeo build failing as maven.nuxeo.org is unreachable

I've been trying to build a nuxeo image since yesterday (May 15th), but it is continuously failing due to http://maven.nuxeo.org/nexus/content/groups/public (containing build jar files) being down. Are there plans to bring it back up? Alternatively,...

How to get lock information in .net-client?

Hello, Im working with .Net client and I need to get lock information from a document. Im requesting that info with an operation: operation = client.Operation("Repository.Query") .SetParameter("query", "SELECT * FROM P...

type an image title
Maik_ by Champ in-the-making
  • 667 Views
  • 0 replies
  • 0 kudos

order by parent path

Hello, Using NXQL, I can't order documents by parent path. If I use order by ecm:path I will get /folder/a_folder/doc.pdf before /folder/b-doc.pdf. And if I use order by ecm:parentId the order is random. We need something like ecm:parentPath in Nuxeo...

Nuxeo Drive error message

hi there, i have the following error message 'Une corruption de fichier a été détectée, nouvelle tentative' while opening a Document can you explain me why this error message is generated ? i also join the log file, see lines 2023-01-24 17:42:20 to 2...

jean_menez by Champ in-the-making
  • 800 Views
  • 1 replies
  • 0 kudos

Unit Test : Error SchemaManagerImpl

I get this error when I run my test method ERROR [SchemaManagerImpl] Document type: Ressource_Image uses unknown schema: picture My test class is like : @RunWith(FeaturesRunner.class)@Features({AutomationFeature.class, CoreFeature.class, TransientSto...

Olfa_Daoud by Champ in-the-making
  • 675 Views
  • 0 replies
  • 1 kudos

Folderish View with number of documents below

We have a document structure like this: |-- Customer_ABC | |-- Project_1 | |-- Project_2 | | |-- Real_Document_4711 | | `-- Real_Document_4812 | `-- Project_3 | `-- Real_Document_987654 |-- Customer_DEFG `-- Customer_HI Custome...