Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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
  • 45 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
  • 63 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
  • 45 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
  • 81 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
  • 51 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
  • 66 Views
  • 3 replies
  • 0 kudos