10.10
In this documentation , you tell: UserSession userSession = WebEngine.getActiveContext().getUserSession();
Principal principal = userSession.getPrincipal();
CoreSession session1 = userSession.getCoreSession();
CoreSession session2 = ...
0 votes
0 answers
0 comments
828 views
On a clean install with the Debian 9 repo (apt-get install nuxeo=10.10-01) The first web page of the installation wizard tries to load a network checking script at this URL: http://static.nuxeo.com/javascript/networkCheck.js?ts=1551858409508 … but ...
1 votes
1 answers
1 comments
931 views
Hi, I think there is a little coquille there . <extension target="org.nuxeo.ecm.core.lifecycle.LifeCycleService" point="types"> <types> <type name="UserInvitationContainer">default></type> <type ...
0 votes
1 answers
1 comments
917 views
Hi. I have a doubt related with the addon: Nuxeo Office Online Integration (https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-wopi?version=1.0.1). In the Official page appears as “Public” (https://doc.nuxeo.com/nxdoc/nuxeo-add-ons/) but ...
0 votes
1 answers
0 comments
948 views
Hi, I use : Nuxeo 10.10 ES : 6.5.4 I try to move documents in ES, but i have no blob file (because this is a POC and i have only the postgresql database). So when i try to indexing a file type document i can see in log (elastic.log) ...
0 votes
1 answers
0 comments
966 views
Hi, After the upgrade to v4+, Nuxeo Drive is using Python3 which is producing the following issue: ERROR nxdrive.utils Error while retreiving the SSL certificate
Traceback (most recent call last): File "site-packages/urllib3/connectionpool.py", line ...
0 votes
1 answers
0 comments
878 views
Hi, I just create a page provider with result form and a menu item with param auto set to true. When I click on the menu item the form is displayed and the request is executed each time a param is changed. I would like to execute the request each ...
0 votes
1 answers
0 comments
975 views
Hi. Following the documentation: https://doc.nuxeo.com/userdoc/using-workspace-templates/ I created a simple structure template under /Domain/Templates/.But now ¿How I use this template? i mean: I had supposed that this template now will be ...
0 votes
2 answers
1 comments
794 views
Hello, I'm on Nuxeo 10.10 (LTS 2019) and Postgresql 11. (Elastic search is not enabled yet) [I have upgraded from nuxeo 5.5 to LTS 2019.] I try to find performance issue. In log4j2.xml i've enabled <!-- Uncomment to debug SQL statements --> ...
0 votes
1 answers
1 comments
1059 views
Hello, I'm on Nuxeo 10.10 (LTS 2019) and I would like to redirect the user at the end of an automation chain. On studio I think I have to use 'Seam.NavigateTo' but impossible for me to find what argument matches. I want to be redirected to a ...
0 votes
3 answers
1 comments
1176 views
Hello, I am trying to build and package Jsf-UI from sources with maven, and install it offline with Nuxeo CLI. All worked with some workaround in assembly.xml, but it compiled and deployed. The problem is when I do login on browser I got that error: ...
0 votes
1 answers
2 comments
1102 views