10.10


Related Questions
Hello, I tried Nuxeo Spreadsheet, and I noticed that the plugin is ignoring my enrichers and always using only the 'enricher' permission. Is there a way to force the use of my own enrichers?
  0 votes
  0 answers
  0 comments
  687 views

From time to time we get the following error. Like 15 times within a second. Nuxeo is run behind nginx configured with proxy_pass . 2022-12-15T12:06:52,455 ERROR [http-nio-127.0.0.1-8080-exec-753] [nuxeo-error-log] Request Attributes: ...
  0 votes
  0 answers
  0 comments
  624 views

For LTS 2019 (Platform 10.10), it is specified in the documentation that the suggested database is versions 9.6 and 11 for PostgreSQL. We plan to upgrade our PostgreSQL database to version 12 (or higher). We would like to know if this version of ...
  0 votes
  1 answers
  0 comments
  499 views

Hi everyone, since five days ago one of our Nuxeo instances reports an NPE when running the scheduled orphanVersionsCleanup. I know orphanVersionsCleanup has been disabled in HF04 (we are running an old version for testing purposes) and the issue ...
  0 votes
  0 answers
  0 comments
  547 views

Hi, I need to disable adding tags for anonymous users (See print screen). Any ideas would be highly appreciated, thanks in advance!
  0 votes
  1 answers
  0 comments
  642 views

Hi Has anyone tried / had success in building a Nuxeo server container using the -platform ARM/64 switch in docker? I'm trying to create a container pulling the exising Nuxeo base image from Nexus, but it fails. Pointers greatly welcomed. Thanks in ...
  0 votes
  0 answers
  0 comments
  523 views

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 ...
  0 votes
  0 answers
  0 comments
  508 views

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: ...
  0 votes
  0 answers
  2 comments
  752 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
  608 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
  5 comments
  959 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
  713 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
  751 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
  699 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
  3 answers
  0 comments
  716 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
  479 views