LTS2021


Related Questions
Hi, I try to migrate my LTS2019 webEngine app to LTS2021 and I have freemarker code problem . ... <#function get_date doc modified_date <#list doc.children as child> <#if modified_date.time?datetime == ...
  0 votes
  1 answers
  0 comments
  498 views

Hi, According to this page https://doc.nuxeo.com/corg/maven-usage/#maven-usage-for-lts-2021 , to access to nuxeo nexus repository we need to create a support ticket to request access. So when I go to my account (Okta account) https://auth.nuxeo.com ...
  0 votes
  1 answers
  0 comments
  599 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
  557 views

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}"> ...
  0 votes
  1 answers
  0 comments
  594 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
  594 views

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, ...
  0 votes
  0 answers
  0 comments
  792 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
  495 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
  638 views

Hello, I see that a new version of nuxeo java client is released : 3.12.0 . But I can't find it in the repository nuxeo . Do you have an idea when it will be available ? Regards.
  0 votes
  0 answers
  0 comments
  549 views

Hello, I am just starting with Java Development and trying to build the Contract Updater Demo. I notice that in Eclipse, I see the following errors when I try to build the project. Non-resolvable parent POM for ...
  0 votes
  0 answers
  0 comments
  908 views

Has anyone created an alternate element type to handle input of multi-valued fields? For simple arrays, we find that the editable nuxeo-data-table element takes up too much screen space and the UX isn't very smooth. I'm looking into creating a new ...
  0 votes
  1 answers
  2 comments
  679 views

Hi, We have followed https://doc.nuxeo.com/nxdoc/set-up-email-notification/ to enable Email Notification for Nuxeo events through below configuration inside nuxeo.conf. We are using Amazon Simple Email Service (SES) as SMTP service. ...
  0 votes
  0 answers
  0 comments
  658 views

I am trying to setup Nuxeo LTS 2021. When I start the Nuxeo it took long time to start and after sometime Nuxeo gets closed automatically and this error displayed on console. .Could not initialize the packaging subsystem ...
  2 votes
  2 answers
  3 comments
  922 views

Hello, I see the following code in the Nuxeo Analytics Tab. Is there a way to change where the labels show up? Or more control over how labels are laid out ? <nuxeo-card heading=“[[i18n('repositoryAnalytics.documentTypes.heading')]]“> ...
  0 votes
  1 answers
  1 comments
  589 views

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 ...
  0 votes
  2 answers
  4 comments
  754 views