Development-Configuration
I have few questions regarding VCS and DB Pool. Why there are different pools called VCS Pool and DB Pool? What is the purpose of each pool? Does VCS pool consume the connection of the database?
0 votes
1 answers
0 comments
986 views
This has been asked before (a few years ago, but I was wondering if anyone had a way to do this now). https://answers.nuxeo.com/general/q/8e4f82de1e7442f597644da84d154c22/Filter-document-types-available-for-creation We currently have created a ...
0 votes
0 answers
0 comments
1129 views
Hi Team, I have followed steps mentioned in the below URL Search with result highlight I have added custom type metadata to fetch in the thumbnail, have added in the following function ( ie:AccountNo) if (this.searchTerm) { // ...
0 votes
1 answers
0 comments
952 views
Hi guys, I have a bad situation, Nuxeo isn't going well :(. I use Nuxeo 9.10 version and Nuxeo has a lot of performance issues. I attached appdynamics screenshots. As you can see some methods are very slow, such as /nuxeo/api/v1/path, ...
0 votes
1 answers
0 comments
1051 views
hello, I'm trying to install a new version of Nuxeo with Docker. Beeing new to docker, i'm currently trying to setup 2 env based on a env-file. The problem is that when i run my docker with : docker run –name nuxeoStaging –env-file envStaging.list ...
0 votes
0 answers
0 comments
500 views
Hello, I am using Java Client in my project, but due to the high volume of traffic I will receive, I am reusing the same NuxeoClient object (in order to avoid a lot of nuxeo connections). I have a lot of users, but all of them will connect to my ...
0 votes
1 answers
0 comments
1338 views
Is there an easy way to modify a CSS element for a dom-module using Studio? I figure I could create a custom element, and copy the module code from the elements.html, then modify as desired. However, that also requires an import into our bundle.html ...
0 votes
2 answers
0 comments
1093 views
Good Morning Some time ago I performed an extension of user metadata, extendedUserSchema, in order to store more user information. A moment ago I tried to modify the data of a user from the Platform, and all the metadata that I added in its day have ...
0 votes
1 answers
0 comments
779 views
Good Morning I have a problem with workflows. I have seen that after deleting a workflow in nuxeo studio, the type of document the workflow was associated with still allows the option to send that document to that workflow. I need those deleted ...
0 votes
1 answers
0 comments
823 views
Hello Team, I have migrate FT2016(9.1) to LTS 2017(9.10). Migration is successful but when login with user (LDAP user) other than Administrator user I am getting error “You don't have sufficient permissions” when click on main workspace root. Below ...
0 votes
0 answers
3 comments
943 views
I would like to modify the CSS in the login.jsp page so our our SSO alternate login button doesn't look bad (screenshot): We are using WebUI, and I can only find documentation for JSF UI: https://doc.nuxeo.com/nxdoc/how-to-override-the-login-page/ , ...
0 votes
1 answers
0 comments
1147 views
Hi all, Whenever I try to upload an image using a Nuxeo .NET SDK the document is automatically created as Picture. How can I change this? In my use case I have several different Document Types for jpgs and I would like to manually decide which type ...
0 votes
1 answers
0 comments
1037 views
Hi all, I would like to create a custom image conversion which should be created upon image upload. I would very much like to specify the dimensions of the new conversions as well as its file format. However, in the Nuxeo documentation I have found ...
0 votes
1 answers
0 comments
893 views
We have been working on setting up GCP cloud storage and were able to get it working, however, the permissions set to allow it to work are not considered secure. Currently, we have the following permissions applied: Project perms: ...
0 votes
0 answers
0 comments
1038 views
Trying to get Google Storage set up for assets, and when nuxeo starts this is the error message I get: Caused by: org.nuxeo.ecm.core.api.NuxeoException: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('/' (code 47)): maybe a ...
0 votes
1 answers
2 comments
1527 views