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

Forum Posts

Document relations in Web UI

Hi, I'm trying to create and show relations between different document types in nuxeo Web Ui(LTS 2019). I have continued the steps of this video; https://university.nuxeo.com/learn/course/148/play/415/expert-session-creating-nuxeo-elements-with-nuxeo...

how to override nuxeo-document-suggestion query?

how to override nuxeo-document-suggestion query?, the widget configuration below is not working <nuxeo-document-suggestion role="widget" value="{{document.properties.sopot:notario}}" label="Notaría" query="SELECT * FROM Document WHERE dc:title ILIKE...

jibanez by Champ in-the-making
  • 1115 Views
  • 3 replies
  • 1 kudos

integration with nextcloud

Hello, I'd like to have an integration with Nextcloud like what the existing addon for onedrive, googledrive, box,... Does someone has already work on it ? Is it possible to simply use an oauth2 service ? And what will be the nuxeo oauth callback ? B...

Migration 7.1 to 7.10

Hello, I'm trying to migrate nuxeo 7.1 to 7.10. I have some errors that I need help please : **Property 'org.nuxeo.dnd.extendedmode.timeout' should now be contributed to extension point 'org.nuxeo.runtime.ConfigurationService', using target 'configur...

DATE and TIMESTAMP don&apos;t work as expected in NXQL queries

Hello, I am having some problems with DATE and TIMESTAMP when using NXQL queries. According to the documentation: TIMESTAMP <timestamp>: a timestamp in ISO format yyyy - MM - dd hh :mm : ss[. sss] (the space separator can be replaced by a T).DATE : ...

Rodri_ by Star Contributor
  • 662 Views
  • 0 replies
  • 0 kudos

Is nuxeo hotreload working on windows 7 ?

Hello, Is nuxeo hotreload working on windows 7 ? Each time I am trying to execute nuxeo hotreload I have exceptions : 2019-07-18 15:33:25,670 ERROR [Dev Bundles Loader] [org.nuxeo.runtime.tomcat.dev.DevFrameworkBootstrap] Failed to reload dev bundle...

Custom Document Type

Hello i want to make archiving system using nuxeo and i want add hierarchy of custom Document Type as MainReport have child xReport , yReport /> and adding new properties for xReport

Nuxeo Login Error

Hello We are getting error for some ad users after login. Below is the server.log /> +++++++++++++++++++++++++++++++++++++++++++++ 2019-07-31 15:17:47,618 ERROR [http-bio-0.0.0.0-8081-exec-34] [org.jboss.seam.jsf.SeamPhaseListener] swallowing excepti...

Showing wrong size

Hello Team In my nuxeo 9.1 showing wrong size. attached is the snap for the same. When I search for the same in mongodb and elasticsearch size showing in minus. Due to which user is unble to get trash size and total size Size in Mongodb "dss:totalSiz...

Resolved! Support for base64 encoded images in Notes

When I drag and drop an HTML file with base64 images in a Workspace, nuxeo automatically creates a note file. Unfortunately the base64 encoded images are removed. <img alt="django" /> <img alt="django CMS" /> <img alt="Flask" /> The only process to ...

ssze_ by Star Contributor
  • 1216 Views
  • 1 replies
  • 0 kudos

Error while changing repository

Hello Team I have created 2 repository in Nuxeo. While changing from one repository to another I am getting below error and not able to change the directory ++++++++++++++++++++++++++++++++++++++++++++++++++ 2019-08-05 11:38:25,956 ERROR [http-bio-0....

Slow NXQL queries

I have some NXQL queries that are pretty slow. Using this https://doc.nuxeo.com/nxdoc/monitoring-slow-nxql-queries/ I was able to get some of the slowest NXQL queries This one took 870 ms: QueryFilter(principal=myOrganisation, limit=0, offset=0) coun...

Functional permissions in nuxeo

I have been trying to understand the permission management in nuxeo. As far as my understanding, ACLs are attached to a document, and they contain the information whether a user can read/write/remove the document. I wanted to know if these ACLs are u...

How to schedule an automation-chain

Hi I want to schedule an automation chain . I have created the operation which deletes the trash .Then i used the following extension to set up a scheduler to be executed every 1 minute but nothing happens.This is the extension: Delet...

Oracle with docker error

Hi, I'm trying use a oracle database with docker. I already change the information database in the setup, but don't work. This is the message that show in my: java.lang.ClassNotFoundException: oracle.jdbc.OracleDrive. I don't have idea. Can you help ...