Development


Related Questions
I am using nuxeo LTS 2021. I configured MongoDB as underlying database with my nuxeo. I want to use group by clause for my NxQL query how can I achieve this ?
  0 votes
  0 answers
  0 comments
  451 views

Hello, I tried Nuxeo Spreadsheet, and I noticed that the plugin is ignoring my enrichers and always using only the 'enricher' permission. Is there a way to force the use of my own enrichers?
  0 votes
  0 answers
  0 comments
  686 views

Hello, I created a custom Page Provider to search for specific words in a specific document : <coreQueryPageProvider name="document_full_text_search"> <trackUsage>true</trackUsage> <property ...
  0 votes
  1 answers
  0 comments
  488 views

I have defined an ElasticSearch pageprovider in my nuxeo studio. When i call Repository.PageProvider operation to get data using the ElasticSerach pageprovider i found out that the first calls go to elastic to bring the documents from elastic search ...
  0 votes
  0 answers
  0 comments
  710 views

Hello, Im working with .Net client and I need to get lock information from a document. Im requesting that info with an operation: operation = client.Operation("Repository.Query") .SetParameter("query", "SELECT * FROM PartItem WHERE item:PartName = ...
  0 votes
  0 answers
  0 comments
  714 views

Hello, Using NXQL, I can't order documents by parent path. If I use order by ecm:path I will get /folder/a_folder/doc.pdf before /folder/b-doc.pdf . And if I use order by ecm:parentId the order is random. We need something like ecm:parentPath in ...
  0 votes
  0 answers
  0 comments
  592 views

Hi Kevin , Florent Guillaume When I try to connect to login on automation through OATUH2 token I always get http 401 statut. curl -H "Authorization:Bearer 012453xxgqzl45" -X POST https://localhost:8080/nuxeo/api/v1/automation/login Response : ...
  1 votes
  3 answers
  1 comments
  2169 views

Hello, I have an action that is exectued by an event handler. But I observed in the server.log file this Error: org.nuxeo.runtime.transaction.TransactionRuntimeException: Transaction has timed out at ...
  0 votes
  0 answers
  0 comments
  788 views

Hi, I want to edit documents, I selected my docs and I click on edit button, the edit dialog doesn't appear and others button disapears.(see captures). I has this bug only when I used Chrome,I tested with chromium and firefox and it works well! Any ...
  1 votes
  1 answers
  0 comments
  619 views

Hello, I have this NXQL query to perform : SELECT * FROM Document WHERE custom:attribute = 'Ø600' You can notice the special character Ø. It's working fine when I use NXQL Search in Web UI. It's not working with Repository.query method in Java ...
  0 votes
  0 answers
  0 comments
  540 views

Hi Team, I want to use TaskService for one of operation, but not able to import org.nuxeo.ecm.platform.task package and as a result TaskService also not found. Which maven dependency I need to include to solve this problem ? Appreciating your help. ...
  0 votes
  1 answers
  1 comments
  513 views

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 = ...
  0 votes
  1 answers
  0 comments
  551 views

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 ...
  0 votes
  0 answers
  0 comments
  584 views

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] ...
  0 votes
  1 answers
  0 comments
  488 views

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 ...
  0 votes
  1 answers
  2 comments
  627 views