nuxeo-platform
Hi Konrad Krenzlin , Kevin Leturc , Florent Guillaume After migration from LTS2019 to LTS2021, all users from members group are not able to Read SectionRoot although the members group have Read SectionRoot in ACL. I ran the function select ...
0 votes
1 answers
0 comments
120 views
Hello Florent Guillaume Kevin Leturc , Since my last post here on this subject which never resolved, I come back with another interesting one. Since migration on LTS2021, the exception change and now I have this when I try to add/change or remove an ...
0 votes
1 answers
1 comments
236 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
357 views
Hello, Is it possible to publish a document without publishing the attachments that go with it?
0 votes
1 answers
0 comments
201 views
Hello, I would like to reorganize the nuxeo tree structure to make workspaces and sections are mirrored. I want to set up a mechanism that automatically creates the section tree based on the workspaces I create. example: If I create the following ...
0 votes
1 answers
0 comments
202 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
229 views
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
246 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
359 views
For LTS 2019 (Platform 10.10), it is specified in the documentation that the suggested database is versions 9.6 and 11 for PostgreSQL. We plan to upgrade our PostgreSQL database to version 12 (or higher). We would like to know if this version of ...
0 votes
1 answers
0 comments
282 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
497 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
523 views
I have configured multiple (3) repositories in Nuxeo like the following. 1.default 2.Repo-A 3.Repo-B When I try to write a document in my second repository (Repo-A) which is not the default repository the elastic indices of all the repositories get ...
0 votes
0 answers
0 comments
279 views
After migrate to Nuxeo Platform 10.10, we get the following exception. Seems like the database function is not adapted to the code. Using PostgreSQL. Anyone know what I am missing? Thanks Failed to prepare user read acl cache PSQLException: ERROR: ...
0 votes
0 answers
2 comments
551 views
I've been trying to build a nuxeo image since yesterday (May 15th), but it is continuously failing due to http://maven.nuxeo.org/nexus/content/groups/public (containing build jar files) being down. Are there plans to bring it back up? Alternatively, ...
0 votes
2 answers
4 comments
484 views
I have a listener class which includes this code: GatewayClient gatewayClient = Framework.getService(GatewayClient.class); I want to write a junit which will invoke the listener class, and I want to mock the call to the gateway. My first problem is ...
0 votes
0 answers
1 comments
308 views