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

Forum Posts

Firefox custom date displayed incorrect

Hello, I experience a strange error when showing a custom date attribute on a metadata view. Firefox always shows January 1, 1970. I'm using the nuxeo-date element: <nuxeo-date datetime="[[document.properties.my_schema:my_date_attribute]]" /> The st...

Nuxeo Generic Widget

Hi people :) I have defined a document type using Nuxeo Studio.In the create form of the document i have defined a generic widget(XXX.xhtml) that takes the values from a vocabulary field .Depending on the vocabulary id chosen i have to re-render ano...

Resolved! fetch document with portal_auth doesn&apos;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
  • 1175 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
  • 1592 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
  • 830 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 ...

How to make a query with properties parameter to fetch in nuxeo

I want to make a request with "dynamic" properties fetch from my Java app with nuxeo 8.10. There is the declatation of my NuxeoDocument: <schema name="TestDocumentProperties" src="data/TestDocumentProperties.xsd" prefix="test" /> <doctype nam...

__1 by Champ in-the-making
  • 864 Views
  • 1 replies
  • 0 kudos

Approval Sheet

Hello, how best to store the approval sheet? I'd like to see on document page approval sheet after document review. Where is better store in document property or use api for getting info task review? And every time after approval, update the document...

kodermax by Star Contributor
  • 1804 Views
  • 6 replies
  • 0 kudos

Execute shell script from automation chain

Hello everybody, I'd like to trigger a very basic shell script when clicking a button in WebUI. Therefore I want to use an automation chain. It should be possible to achieve this by creating a custom operation like suggested here, but since this po...