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

Forum Posts

Nuxeo Java SDK

documents = repository.query("SELECT * FROM " + docType , "0", pageIndex, null, null, null, null); documents.getResultsCount(); if i inquire for Doc Type not fount in my nuxeo engine this is documents.getResultsCount() give me randoum number /> pl...

Resolved! Error while uploading file with .dotx extension

Hello, I'm trying to upload a Microsoft Word Template (.dotx) file and I'm getting this error: {"entity-type":"exception","status":404,"message":"Preview not available"} here is the logs: 2020-10-11T01:54:08,606 WARN [Nuxeo-Work-default-4:143541401...

Resolved! customizing default permissions in securityService

Hello team, I'm customizing some permission on the documents level and I have some questions regarding the atomic permissions. I'm confused about some of the atomic permissions listed here, like what the difference between "browse" and "ReadPropertie...

using openid for auhentication

Hello, I want to use keycloak for authentication to Nuxeo. I followed the steps in the documentation (link). I added this part in Nuxeo/templates/openid/config/openid-login-config.xml.nxftl <#if "${nuxeo.openid.keycloak.client.id}" != ""> <!--...