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

Error when trying clone release 5.6.0-HF31

Hi, When I trying to clone release 5.6.0-HF31 I have this error python clone.py release-5.6.0-HF31 $> git fetch origin $> git checkout --track -b release-5.6.0-HF31 origin/release-5.6.0-HF31 -q fatal: Cannot update paths and switch to branch 'release...

djoncour_ by Champ on-the-rise
  • 351 Views
  • 1 replies
  • 0 kudos

what is a document Id or where can i see the document id

I am using rest api to create or update a document. i have to provide a prentdocumentId in that . where can i find that documentid ? in nuxeo connect or admin center or platform ?? i saw the document title , description etc , but where can i see th...

zod_ by Champ on-the-rise
  • 673 Views
  • 4 replies
  • 2 kudos

CMIS Exception thrown changed from 5.8 to 5.9.2

I recently upgraded from 5.8 to 5.9.2 and it seems as if the exception that is thrown when a search is performed by path, changed from CmisObjectNotFoundException to CmisRuntimeException, any particular reason for this as it makes it hard to differen...

rdifrango_ by Champ in-the-making
  • 553 Views
  • 2 replies
  • 0 kudos

DriverRDB.unlockDB() after switching to Oracle

After switching from Postgres to Oracle and presumably I have followed the current steps... I am getting this exception at startup. Try later or else call DriverRDB.unlockDB() after ensuring that no other Jena applications are using the database. at ...

cstettler_ by Champ on-the-rise
  • 328 Views
  • 1 replies
  • 0 kudos

No register commands for conversion

when i use this code: CommandLineExecutorComponent commandLineExecutorComponent = new CommandLineExecutorComponent(); for (String command : commandLineExecutorComponent.getRegistredCommands()) { System.out.println(command); } for (String c...

CMIS Create document with metaData

Hi there, I would like to create documents with metaData as subject, kind of document. I succeed in creating folders and documents with CMIS without any problems but i need to have metaData as subject, kind of document. Can anyone please help and exp...

Vincent_B by Champ on-the-rise
  • 293 Views
  • 1 replies
  • 0 kudos

REST CORS post no answers

Hi There, Currently I'm trying to do a ajax call from a.domain.com (a website) to b.domain.com (nuxeo). In order to do this I extended the CORS with the following extension: <?xml version="1.0"?> <component name="nl.me.CORS-configuration"> <exten...

Bauke_Roo by Star Contributor
  • 592 Views
  • 5 replies
  • 0 kudos

Getting documents that do not have a specific tag?

Hi all, i'm trying to construct a query that would get me all documents that have not been tagged with a particular tag. I started out with a query that would give me the documents that had been tagged, somehting like: SELECT * FROM Document WHERE ec...

chrisd_ by Champ in-the-making
  • 359 Views
  • 1 replies
  • 0 kudos

How do I implement weighting on fulltext search results ?

How do I implement weighting on fulltext search results ? I'm working on Nuxeo EP 5.6HF29 with Postgresql 9.1. I'm looking for a way to implement weighting on search results based on a multi criteria query. The NXQL query looks like this : Select * f...

djoncour_ by Champ on-the-rise
  • 539 Views
  • 1 replies
  • 2 kudos

NXSQL: comment ignorer le suffix caché d&apos;un folder

Bonjour Je voudrais exécuter la requête suivante mais sans spécifier le suffixe généré automatiquement par Nuxeo: SELECT * FROM Document WHERE ecm:path STARTSWITH '/Atrium.1391702958298' (je veux accéder à tous les documents dans le domaine /Atrium) ...

Arnault_ by Confirmed Champ
  • 470 Views
  • 1 replies
  • 0 kudos

Problem when the folder's name contains " ' " (single quote)

Hi, When I create a folder and when the title contains a single quote, it is impossible to create a document inside (folder or binary container). Here the message I have : No such document: No such document: /default-domain/workspaces/test30/test na...

jour_ by Champ in-the-making
  • 652 Views
  • 3 replies
  • 0 kudos

Problems with validation tasks

Hi Guys, I have the following situation: I'm User Administrator 1- I sent one Task to the User1 to create a Report. 2- User1 rejected my task. 3- It was created the another task(rejection) to user Adm. 4- When I click the button Done, It's validating...

klebervz_ by Confirmed Champ
  • 268 Views
  • 0 replies
  • 0 kudos

Version history in sections

Hi, According to nuxeo documentation (Nuxeo platform 5.9.2), When you publish a document, the following elements are kept from the workspace document: The metadata,All attachments,The document history (Event log tab only),The tags (if this is a first...

cuyo_ by Confirmed Champ
  • 298 Views
  • 0 replies
  • 0 kudos

How to get file/folder permission ?

Hi all, I have started from here: http://doc.nuxeo.com/display/public/NXDOC58/Java+Automation+Client and https://github.com/nuxeo/nuxeo-features/blob/master/nuxeo-automation/nuxeo-automation-client/src/main/java/org/nuxeo/ecm/automation/client/adapte...

Calling NuxeoPrincipal.Get from REST API

Bonjour J'utilise l'API REST python (nuxeolib-py) J'ai essayé de rajouter un appel à l'opération NuxeoPrincipal.Get, en copiant l'exemple fonctionnel pour l'appel à l'opération Document.Query def query(self, query, language=None): return self._ex...

Arnault_ by Confirmed Champ
  • 537 Views
  • 3 replies
  • 0 kudos

Resolved! CMIS behind a reverse-proxy?

I'm currently trying to connect CMIS Explorer (Android app) to Nuxeo DM 5.5. In my current setup, Nuxeo runs behind an SSO solution called LemonLDAP, acting as a reverse proxy. The SSO part works well - through mod_sso. The publicly accessible URL us...

OlivierM_ by Star Contributor
  • 1550 Views
  • 11 replies
  • 2 kudos