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

Forum Posts

Publication en masse / Mass publications

Bonjour à tous, A votre connaissance, existe t'il une possibilité de publier en masse ? J'ai un espace de travail dans lequel j'ai importé une centaine de docs que je souhaiterais publier, mais un par un c'est une tannée. Existe t'il une solution pou...

Bug in the example

When i run script createContract.js from page https://doc.nuxeo.com/nxdoc/manipulating-documents/ I get error when i run code return repository.create(portfolio.path, contractToCreate); Apologies, an error occurred. { Error: Bad Request at doFet...

kodermax by Star Contributor
  • 171 Views
  • 0 replies
  • 0 kudos

Can`t end task programmatically

Hello, I start an workflow to a document. I want to end a task programmatically. I have used endTask(CoreSession session, Task task, Map data, String status) . I also tried resumeInstance(String routeId, String nodeId, Map data, String status, CoreSe...

Bora_ by Confirmed Champ
  • 175 Views
  • 0 replies
  • 1 kudos

upgrade from 8.2 to 9.3 -- BaseSession.hasPermission change

We are upgrading from 8.2 to 9.3. We have some existing unit tests to test extensions we've built that are designed to test concurrency scenarios. There is a difference in how the BaseSession.hasPermission method executes from 8.2 to 9.3. In both ver...

Eric_Ace by Confirmed Champ
  • 285 Views
  • 4 replies
  • 0 kudos

How can i update metadata value from nxql ?

Hi ! I'm looking for a way to update the value of one metadata on a large amount of documents. I'm currently selecting documents that need this update using a simple nxql query, yet the volume is big enough to look for an automatic way of doing this....

V_M by Champ in-the-making
  • 179 Views
  • 1 replies
  • 0 kudos

Shibboleth cannot create a new user in 9.3

Hi, I use the version 9.3 of nuxeo (no problem with the 9.2 version). When I try to connect the first time to nuxeo with shibboleth, I have this error : 2018-01-04 19:46:52,468 ERROR [ajp-nio-0.0.0.0-8009-exec-1] [org.nuxeo.ecm.platform.shibboleth.au...

jelninos_ by Champ in-the-making
  • 167 Views
  • 1 replies
  • 0 kudos

fonction nuxeo drive disparue du compte utilisateur

nuxeo drive fonctionne correctement depuis les postes clients. Mais dans la rubrique accueil du portail la rubrique nuxeo drive n’apparaît plus ET dans les documents le bouton "activer la synchronisation" n’apparaît plus. Voici le résultat de la comm...

how to increase data directory size

Hi , I am storing my document in file system. So i have question . Once initial allocated space gets full, how we will add additional storage to the same partition? Can I make new partition ? if yes then how to configure both old and new partition.

Override Template lifecycle

Hi people :) I need to override the lifecycle of the Template document.I read in Nuxeo documentation and it doesn't include Template in by default documents. Is there a way i can do this?