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

Complete workflow task through REST API

I have seen multiple references on how to programmatically complete a task, such as using Workflow.CompleteTaskOperation. However, I can't seem to find the correct REST call. Here's the REST endpoint that I am attempting to use: curl -X POST -u med...

mgillian_ by Champ in-the-making
  • 737 Views
  • 2 replies
  • 1 kudos

PHP and Java difference

Hi, I looked into the php example, and there I can download files or blobs, except the txt files, anyway I can download files. http://doc.nuxeo.com/display/public/NXDOC/PHP+Automation+Client So, I mean, why can't we do this with Java? Thanks in adva...

murataht_ by Champ in-the-making
  • 709 Views
  • 1 replies
  • 0 kudos

Blob downloading problem with java automation client

I am trying to download all the files (txt, html, pdf, doc, xls, ...) from nuxeo. To achieve this, I have found "Java automation client". (Hope I have made a good choice?) My starting point is the example from the java automation client documentation...

murataht_ by Champ in-the-making
  • 900 Views
  • 4 replies
  • 0 kudos

icon sur un document custom

Bonjour, dans studio, lorsque dans un document custom, je lui affecte une icône, si je crée un document sans fichier joint (content), nuxeo garde l’icône que j'ai choisis. Par contre, si je joint un document word (excel, office, pdf), il remplace mon...

vjoussot_ by Star Contributor
  • 384 Views
  • 1 replies
  • 0 kudos

Live edit - custom document

Bonjour, avec le plugin live edit, est il possible de configurer le plug in afin qu'il ne crée des document que d'un type custom ? et pas un simple fichier comme actuellement. Si oui, pouvez vous l'indiquer la marche à suivre ? Merci

vjoussot_ by Star Contributor
  • 292 Views
  • 0 replies
  • 0 kudos

How do I become a documentation contributor

I'm a Nuxeo newbie but am learning it at a fairly rapid rate. I see many opportunities for improvement in the documentation and would like to contribute. On http://doc.nuxeo.com/display/NXDOC/Contributing+to+Nuxeo it says to request a "Documentation ...

utopian by Confirmed Champ
  • 1615 Views
  • 8 replies
  • 3 kudos

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
  • 500 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
  • 443 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.