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

Forum Posts

Resolved! Problem adding database indexes in Relations table in Oracle

Hi, we have configured Nuxeo to use Oracle database, and we have a problem. In our application the relations are very important, so we need to add an index to the Relations table of Nuxeo in order to have a good performance. The index would take the ...

Document found by IdRef but not found by PathRef

We have an random error, when we search an document by path (CoreSession.exists(new PathRef("'the path")) we have an Document Not Found Exception. But the document was found by ID (CoreSession.exists(new IdRef("'the id")) or by query (SELECT * FROM "...

Create Automation Chain without "Context.FetchDocument"

Hi, I'm trying to create an Automation Chain via Nuxeo Studio. I've noticed that the chain must begin with Context.FetchDocument (or another operation that it's input is document/s). How can I create a chain that doesn't begin with such operation? My...

Customize nuxeo platform

Hi, I was working with nuxeo studio and unfortunately my trial version is expired.Now i wanted to do some changes in my project without studio for example i want to change the labels of search criteria and add my own labels.I have my project jar file...

Postgresql setup for 9.x: if the CAST setup still required?

The nuxeo documentation on postgresql says something about adding CAST functions to template0 before creating the database. As far as I can tell, with PG version 9.1.8 and later, these functions have a null effect -- the builtin casts already do this...

Resolved! How to define your own custom facets?

How to define your own custom facets? I could not find anything in the Studio for that, nor in the documentation (https://doc.nuxeo.com/nxdoc/available-facets/). I want to define a custom facet 'InvoiceFacet' that I can assign to existing documents, ...