General Questions on Nuxeo
Ask all of your questions to the Nuxeo community. Get answers from experts who use the Nuxeo Platform on a regular basis.
Hello, I created a custom Operation to execute some code after folder creation. Is there a way to get the creation “source” from DocumentModel input ? If it's web ui or java client ? Regards.
0 votes
0 answers
0 comments
27 views
Hi, I want to allow a group of users that are not administrators or power users to edit entries of certain directories/vocabularies. So, documentation says that it is possible to define Read/Write permissions to users/groups in the directory ...
0 votes
0 answers
0 comments
42 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
105 views
Hello, I created a event handler to be executed after document creation. It works for type Domain, WorkspaceRoot and Workspace. It executes a custom chain with 2 operations : Context.FetchDocument then Database.InsertData (my custom operation). When ...
0 votes
1 answers
0 comments
99 views
Hello, I have the simple property <xs:element name="para"> <xs:simpleType> <xs:list> <xs:simpleType> <xs:restriction base="xs:string" ref:resolver="userManagerResolver" ref:type="user"/> </xs:simpleType> ...
0 votes
1 answers
2 comments
137 views
Hello, How can I add a custom code on application shutdown event ? Regards.
0 votes
0 answers
0 comments
68 views
Hi, I have two scripted operations (Automation Scripting) like these: <scriptedOperation id="Operation.One"> <category>javascript</category> <inputType>void</inputType> <outputType>void</outputType> ...
0 votes
0 answers
0 comments
105 views
I'm working on an automation chain that is called by an action button. The button makes a copy of the context document and assigns some new properties to the copy. I want the automation chain to log an event (Audit.LogEvent) to the context document, ...
0 votes
1 answers
0 comments
142 views
It seems that Nuxeo is only using string fields to build the fulltext . Maybe using the fulltextExcludedTypes but I cannot find it anywhere being set. Is there a way I can incorporate number fields, e.g. a year, into the fulltext index? Or specifiy ...
0 votes
1 answers
0 comments
118 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
94 views
I authenticate the Nuxeo users against an LDAP server (https://www.freeipa.org) which is essentially the Red Hat 389-directory server. The configuration of Nuxeo is done as described in https://doc.nuxeo.com/nxdoc/using-a-ldap-directory/ whereas I ...
0 votes
0 answers
0 comments
123 views
Hi Team. In the nuxeo deployment the nuxeo.templates=mongodb was used and it was noticed that the mongodb database almost getting full. How should i handle the situation
0 votes
0 answers
0 comments
88 views
Whenever I do a query with NXQL I got the expected total size of the result set. If I try to retrieve the results, only the first 1000 are accessible. This behaviour is independent from the client I use (e.g. Python, Java). I have done some research ...
0 votes
2 answers
0 comments
205 views
I want to find all folders where special ACLs (Access Control Lists) are used. As a simple example, where a Read access is granted. Whenever I add such a condition (line 1 in my example below), nothing is found. Without the condition, the expected ...
0 votes
1 answers
1 comments
212 views
I have documents of type note in the format text (more precise: <note:mime_type>text/plain</note:mime_type> ). Nevertheless when the document is shown in WEBUI it is assumed to be rendered as mark down. See screen shots (first shows the ...
0 votes
1 answers
3 comments
244 views
I have a problem with different redirection in the local environment and on the server. After approval of a lifecycle node locally nuxeo just removes the task and redirects to a blank page with a small list of tasks that are still left, but on my ...
0 votes
0 answers
0 comments
133 views
hello, can someone give me any hint on how to search for a document that is currently in a workflow using nxql? Regards
0 votes
1 answers
0 comments
310 views
Hi. With nuxeo-drive: I did not find how to synchronize folders of the same tree, independently of each other. Has anyone already done? Would it even be a track? Thank you. French : Bonjour. Avec nuxeo-drive : Je n'ai pas trouvé comment faire pour ...
0 votes
1 answers
0 comments
166 views
I could not download repositories from https://maven-eu.nuxeo.org/ anymore (today, Feb 07, 2022). The SSL Certificate is expired 5 days ago (Wed, 02 Feb 2022 23:59:59 GMT). As a workaround, I had to switch from https to http. If you are using a ...
2 votes
0 answers
1 comments
494 views
Does anyone have an example of a working configuration with nginx reverse proxy? What is wrong with the configuration below? server { listen 80; server_name nuxeo.myserver.com; return 301 https://$host$request_uri; } server { listen 443 ssl; ...
0 votes
2 answers
1 comments
216 views
(20 / 4855)