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

Forum Posts

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

chouinard_ by Champ on-the-rise
  • 119 Views
  • 2 replies
  • 0 kudos

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
  • 105 Views
  • 1 replies
  • 0 kudos