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

Forum Posts

Using OR in the query of a Page Provider

Hello, We have a problem related with the query defined in a page provider. We are using Nuxeo 7.10. We are using the widgetType singleDocumentSuggestion. The following page provider works correctly: <coreQueryPageProvider name="test"> <property n...

Resolved! Evaluating non-subscription version

Hi there, we (small agency with 10 employees) were evaluating nuxeo over the last days as a future replacement system for our current Alfresco installation. While everything went fine I was wondering about the differences between the subscription and...

chrati by Champ on-the-rise
  • 2036 Views
  • 5 replies
  • 3 kudos

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

Resolved! Change Document type

Hi, Is it possible to change the type of a document after the creation ? Best Regards, David

David79_ by Champ on-the-rise
  • 1257 Views
  • 2 replies
  • 2 kudos

File upload to Nuxeo server from Android mobile

// Get The Root Document root = (Document) session.newRequest("Document.Fetch").set( "value", "/").execute(); // Create a File Document session.newRequest("Document.Create").setInput(root).set("type", "File").set( "name", "myfile").set("properties", ...

Bob_James by Champ on-the-rise
  • 995 Views
  • 2 replies
  • 1 kudos

How To use Nuxeo via JAVA API?

I am trying to use JAVA API of Nuxeo in serve-side: My scenario is: Application Server Wildfly Nuxeo deployed as static war together my application that is another war. I have added Nuxeo API in my WAR (Interfaces) and I tried the following code: Cor...

Resolved! [Feature] Require a specific repository in CoreFeature

Hello, Someone might need to run a test on a specific repository, for example when queries are executed using MongoClient. Otherwise the test should be ignored. Proposal : add a "require" attribute to @RepositoryConfig. @RepositoryConfig(require = St...

Florent_M by Champ in-the-making
  • 1141 Views
  • 3 replies
  • 0 kudos