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

Forum Posts

Nuxeo drive error, when binding root

I'm using command line Nuxeo Drive client. When I'm tying to bind root with command: ndrive bind-root "/default-domain/workspaces/Customers/", I'm getting an error Error executing 'bind_root': Path handling is disabled on a remote client with no base...

twist197_ by Champ in-the-making
  • 205 Views
  • 1 replies
  • 0 kudos

Nuxeo drive - Sauvegarde concurrente

Bonjour, Après quelques tests de nuxeo drive, nous constatons un problème majeur : Lorsque deux personnes travaillent en même temps sur un même document, celles-ci peuvent écraser mutuellement le travail de l'autre. Seul un message d'alerte indique q...

Howto use DefaultBinaryManager ?

Hi, I need to retrieve the filesystem's filename of the principal blob of a document. I would like to use the code below to retrieve this info : String digest = blob.getDigest(); DefaultBinaryManager manager = ???? ; File file = manager.getFileForDig...

zyx974_ by Confirmed Champ
  • 191 Views
  • 1 replies
  • 0 kudos

Resolved! Can I register a contribution on the fly ?

Hello Is it possible to register, override contribution from java code when runtime already started? For example i need to remove some event listener contrib and register new one on demand. Thanks.