Development-Configuration
There is the hardcoded query in the method “initDomainAndFindStartupPage”, As a result, it is not possible to move load from database to elasticsearch, even it is slow. Is there any reason that it could not be replaced by a “coreQueryPageProvider” ?
2 votes
1 answers
0 comments
1517 views
Is there any way to skip the check of the existing tables in SQLHelper class? This is because for security reasons (lower-privileged database user). I need to use synonyms (oracle) in place of actual tables and it seems, looking at SQLHelper class, ...
0 votes
1 answers
0 comments
1707 views
Hello, Here is my problem: some of my users don't have access to a certain docType (for example Contract) but he has access on other docTypes which contains document suggestion field which referes to said docType (Contract on which he has no ...
0 votes
1 answers
0 comments
2097 views
I get a DocumentNotFoundException error after uploading a large file (>100GB) using Nuxeo's native web GUI (version 7.10). No development/changes made aside from configuration, just added the following lines: org.nuxeo.dnd.upload.timeout=7200000 ...
0 votes
1 answers
0 comments
1879 views
Is it possible to integrate Kofax with nuxeo ?
1 votes
0 answers
1 comments
1822 views
Hi, I am trying to get the nuxeo sources. My purpose is to modify a java source code and to realize a jar to put in nxserver/bundle. I've follow this but during the compilation with “mvn -DskipTests install -Paddons,distrib” i get an error. [INFO] ...
0 votes
0 answers
0 comments
2170 views
If you set nuxeo.server.sdk=true in 9.1 server configuration, on server start you'll get: 2017-05-15 15:39:00,891 ERROR [localhost-startStop-1] [org.nuxeo.runtime.tomcat.NuxeoLauncher] Failed to handle event: start java.lang.NoSuchMethodException: ...
0 votes
1 answers
0 comments
1907 views
Evening, I would like to send an email in which it's says something like: “Dear Sir, {user.name} {user.firstname} has provided a document for you on the platerform” The user is a property of said document, so here is what I tried (for example with ...
0 votes
1 answers
0 comments
1640 views
Hello everyone, I am trying to change the display of one widget. Here is my configuration on studio: Widget type “List” - Display “Table” on a complex multivalued field. With “Hide Label” checked and “Hide subwidgets labels” at “No”. Here is what I ...
0 votes
1 answers
2 comments
2252 views
Hello, all! I'm trying to setup Nuxeo to store binaries in Azure Blob Storage, but unfortunately the Microsoft Azure Online Storage plugin doesn’t seem to be working. I’ve installed it in the platform (server-9.1), which is hosted on a Windows VM ...
0 votes
0 answers
0 comments
1616 views
Hi, We're trying to setup Shibboleth Authentication with Nuxeo 6.0 and Renater as wayf. Our ldap's users are identified with their UID but we would like to allow abroad connexion with the way of the CRU (compte réseau universel). But CRU account use ...
0 votes
2 answers
5 comments
1835 views
Hi, I have a component that declares a service. The service has different implementations provided in separate bundles: BaseBundle: ServiceInterface BaseServiceImpl SecondBundle: SecondServiceImpl ThirdBundle: ThirdServiceImpl The service and ...
0 votes
1 answers
2 comments
4826 views
Hi community. I am trying to create an event listener, so far, I just want to log a message when my listener is called. See my class below: import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import ...
0 votes
0 answers
1 comments
2082 views
Hi Nuxeo team, Nuxeo 8.x and 9.x embeds h2-1.4.177-NX01 version of H2 database. This version of H2 is a beta one dated of 2014-04-12 and is very buggy. http://www.h2database.com/html/changelog.html The last version of H2 1.4.194 is dated of ...
0 votes
1 answers
3 comments
1554 views
Hello, In my layout I would like to be able to search a document but be able to search either on its name or on its code. I tried several things with the nxql query but couldn't make it work. I thought about the javascript formatter but I think it ...
0 votes
1 answers
0 comments
1875 views