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

Forum Posts

Resolved! NXQL : select documents where creator email equals ...

Hello, I know that this NXQL is working : SELECT * FROM Document WHERE dc:creator = 'user.name' But is it possible to query on email attribute ? I tried this but it doesn't work SELECT * FROM Document WHERE dc:creator/properties/email = 'admin@emai...

Resolved! new vocabulary based on external database ?

Hello, I declared a new data source in my custom bundle which points to an external database : <extension target="org.nuxeo.runtime.datasource" point="datasources"> <datasource name="jdbc/custom" driverClassName="${db.driverClassName}"> <property ...

"nuxeo studio export" and Maven enforce-dependencies

Hello, I am writing my own Java code to create an operation. /> I have: Used "nuxeo bootstrap operation" to create the appropriate structure. (Question - Is a multi module required?)When I use the mvn clean compile, it throws the errors below. [ERROR...

Deploying Custom Operation Created in Java to Docker

Dear Experts, I have a created custom operation in Java. The operation shows up successfully in Nuxeo Studio and I am able to build and compile the source code to produce a JAR file. I need some guidance in how to make this operation available in t...

Connect server refused authentication (returned 401)

Hi everyone, I have a problem with the Nuxeo 2021 lts (2021.1.19) I don't have any hotfixes installed My instance is already registered but it is no longer possible to check the status of my subscription. When I try to display the list of updates, or...

using JWTAuthInterceptor in Nuxeo Java Client

Hello, I finally succeeded to use Keycloak as a identity provider for my Nuxeo using the openid package. I can now connect using JWT Token generated by Keycloak and get all my user infos even groups ! Now I am trying to use Nuxeo Java Client to do th...

Resolved! use nuxeo cli with Nuxeo 2021

Hello, Nuxeo CLI has not been updated when Nuxeo 2021 is released. I uninstalled Nuxeo CLI and install again using the commande npm install -g nuxeo-cli but when i type nuxeo -v I still get version 2.0.0. When I generate a sample project with nuxeo b...