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

Forum Posts

Resolved! fetch document with portal_auth doesn't work.

this.nxServer = new Nuxeo({ baseURL: 'http://local:8080/nuxeo', auth: { method: 'portal', username: 'user', secret: 'nuxeo5secretkey' } }); this.nxServer.schemas('*'); this.nxServer.repository().fetch(id).then((response) => { console.log(response); }...

type an image title
kodermax by Star Contributor
  • 103 Views
  • 2 replies
  • 0 kudos

Import org.nuxeo.client.api cannot be resolved

Hi, I try to create a java client nuxeo, I followed this tutorial https://doc.nuxeo.com/nxdoc/java-client/, but i can't import "org.nuxeo.client.api". it fails with an error : the import org.nuxeo.client.api cannot be resolved. Does anyone have any i...

Nuxeo_Dev by Confirmed Champ
  • 97 Views
  • 4 replies
  • 0 kudos

Nested query search in nuxeo

Hi we are creating our own system on top of nuxeo using its backend. The problem that i am struck in is that i want to do nested query search in nuxeo . Is it possible through page providers so far i didnt get any thing related to that . if some one ...

How to change port number in WEBUI?

In WEBUI the port number 80 is automatically added but we use a SSL secure connection. So non of our documents as accessible via WEBUI. Where can we change it? https://yourhost:80/nuxeo/site/api/v1/repo/default/id/20f5b38b-da99-427d-af96-200f822e8f63...

Locations of all the embedded passwords in Nuxeo

Hi all, I am an IT admin and we would like to change the passwords for our Nuxeo installation and I am trying to find all the places these are used (these are the "system" passwords, not general user passwords). I have found some but want to make su...

audit search

I'm working with audit search. Using the AuditQueryBuilder class. In the unit test environment, the following code... Calendar cal = Calendar.getInstance(); AuditQueryBuilder builder = new AuditQueryBuilder().predicates(Predicates.gte("eventDate", ca...

Eric_Ace by Confirmed Champ
  • 31 Views
  • 1 replies
  • 0 kudos

Postgres and Elastc Search out of sync : How to ?

I use nuxeo-esync in order to check inconsistencies between my database and indexing in ES. The doc ids referenced in the MISS entries are reindexed and I suppose ACL problems should be treated the same way. But what about the REMOVE entries ? Am i ...