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

Integrate Digital Signature with Workflows

Is it possible to integrate digital signature for work flows? How do I configure that, the work flow participant should Sign the Document before approving it. Please help me in this. Thanks in advance.

Bug - possible fix!: error removing access rights

Hi There, I've added access rights programmatically using this piece of code: PathRef path = new PathRef(tenantId+"/workspaces/"); DocumentModel workspaces = session.getDocument(path); ACP acp = workspaces.getACP(); ACL acl = acp.get...

Bauke_Roo by Star Contributor
  • 350 Views
  • 0 replies
  • 0 kudos

Resolved! Can't Start Nuxeo Platform

Hi, I have been running the Nuxeo Platform for a couple of weeks but it won't start after a machine reboot. I am running 5.9.3 locally on Windows 7 16GB Ram. There are two errors I receive: When starting through Start Nuxeo.bat, I get the following o...

Lynn_ by Champ on-the-rise
  • 1269 Views
  • 3 replies
  • 0 kudos

create extra workspaceroot in domain

Hi There, I'm using nuxeo 5.8. Is it possible to create an additional workspaceroot in the domain? I know it is possible using the REST API or pre defined with Studio, but is it also possible using the nuxeo interface? Thanks in advance, Bauke Roo

Bauke_Roo by Star Contributor
  • 333 Views
  • 0 replies
  • 0 kudos

Resolved! Error JS when preview

Hi, Nuxeo 5.8 installed with latest LibreOffice version and 0.12 poppler version. When requesting a PDF preview, I got the following error : [17:48:21,788] SyntaxError: return not in function @ javascript:openFancyBox('restAPI/preview/default/edce791...

Archange_ by Champ in-the-making
  • 726 Views
  • 3 replies
  • 0 kudos

Resolved! Error when downloading a file from Nuxeo.

Good Day! Kindly help me with my problem, I am using Nuxeo 5.9.1 platform, and Linux precise1-Ubuntux86_64 server on a vmware. , i use nuxeo automation client to download nuxeo files. It works fine when I use mvn tomcat:run on my local, but it does n...

boonhero_ by Champ in-the-making
  • 888 Views
  • 3 replies
  • 1 kudos

Start Workflow from REST and get the workflowInstanceId

When you start a workflow via REST (Context.StartWorkflow operation), how can you get the workflowInstanceId context variable populated by the operation? The REST call returns the JSON document, but not this context variable.

ThibArg_ by Star Contributor
  • 524 Views
  • 1 replies
  • 0 kudos

How to delete unwanted tags ?

Hi,/> How to remove unwanted tags (misspelled or irrelevant ...) and not used on documents. Thanks for your help,/> Patrice

apx25_ by Champ on-the-rise
  • 283 Views
  • 0 replies
  • 0 kudos

installed packages disappeared in admin centre

Hi there, I'm using nuxeo 5.8 with HF's It seems like all packages(including nuxeo-dm5.8 and hotfixes) have disappeared in my nuxeo installation (admin centre). However when I look in the bundles directory, it seems they are still there. I tried to r...

Bauke_Roo by Star Contributor
  • 522 Views
  • 2 replies
  • 1 kudos

indexing model

hi do we mean by "indexing model" an xml file that includes the properties of the document?? can i write an indexing model ? and if i can how can i apply it on nuxeo?? help me please.

Cmis LEFT JOIN Query Nuxeo 5.9.2

Scenario: 1 - Create two Files. 2 - Create a Note. 3 - Create a Relation using File and Note. 4 - Want Return all files in a LEFT JOIN Query with Notes. SELECT F.* FROM File F LEFT JOIN Relation R ON R.cmis:sourceId = F.cmis:objectId Expected: All ...