Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nuxeo Email Notifications not working

Hi, We have followed https://doc.nuxeo.com/nxdoc/set-up-email-notification/ to enable Email Notification for Nuxeo events through below configuration inside nuxeo.conf. We are using Amazon Simple Email Service (SES) as SMTP service. nuxeo.notificatio...

Vinit_Shah by Champ in-the-making
  • 839 Views
  • 0 replies
  • 0 kudos

Customizing Chart-Pie

Hello, I see the following code in the Nuxeo Analytics Tab. Is there a way to change where the labels show up? Or more control over how labels are laid out ? Thank you, SG

Disable tags for anonymous user

Hi, I need to disable adding tags for anonymous users (See print screen). Any ideas would be highly appreciated, thanks in advance!

Nuxeo_Dev by Confirmed Champ
  • 1012 Views
  • 1 replies
  • 1 kudos

Multi repository indices refreshing

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 r...

Failed to prepare user read acl cache

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: ...

custom operation java

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.

Is permission configuration for directories ignored?

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 definiti...

event handler create new Domain

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 ...

how to set property list in automation chain?

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> </xs:li...

Automation chain to log audit event to two documents

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,...

Terry_A by Champ on-the-rise
  • 1437 Views
  • 1 replies
  • 0 kudos

NXQL and ACLs

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 re...

retrieve label instead of id from a vocabulary

I have defined an vocabulary with the following schema: <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:nxsv="http://www.nuxeo.org/ecm/schemas/core/validation/" xmlns:ref="http://www.nuxeo.org/ecm/schema...

Max number of results in a query

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 ...

LDAP with OneTimePasswords

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 us...

Mongodb getting full

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

Redirect Problem

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 tes...