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

Forum Posts

Meaning of error messages

I get an error : SYNC HANDLER:_synchronize locally_created I understand that the file has been created on my local drive, but why is it processed as an error ? How to force nuxeodrive to add this file as a new doc on nuxeo server ? Is it somewhere a ...

An error when preview images added in the Files tab

When the file document is created without a file blob and after some images are added in the Files tab, then the preview functionality does not work for them. The error following error is logged: 2017-05-29 14:24:22,906 ERROR [http-bio-192.168.31.72-...

nxpreviewerror.jpg
adam_bo_ by Star Contributor
  • 916 Views
  • 5 replies
  • 0 kudos

A hardcoded query in the "startupHelper" seam class

There is the hardcoded query in the method "initDomainAndFindStartupPage", As a result, it is not possible to move load from database to elasticsearch, even it is slow. Is there any reason that it could not be replaced by a "coreQueryPageProvider" ?

adam_bo_ by Star Contributor
  • 240 Views
  • 1 replies
  • 2 kudos

Custom Filter for a property Of another Document Type

Hello, Is it possible to search on a content view of a document type for a property of another document that is related with the doc type of content view? For example can i filter based on a property of parent document, because i want to query only t...

Bora_ by Confirmed Champ
  • 197 Views
  • 1 replies
  • 1 kudos

jBPM integration with nuxeo

Hi, I'm trying to integrate jBPM with Nuxeo 6.0. I got jBPM jars from https://github.com/nuxeo/nuxeo-platform-jbpm/tree/6.0 and followed deployment instruction there. I have check data source configured on nuxeo.xml, as showed below on img Now ...

1.PNG
00000001_ by Confirmed Champ
  • 267 Views
  • 0 replies
  • 1 kudos

Main Tabs - blue highlight doesn`t correspond with tab selected

Hello, I have created a custom user action defined in MAIN_TABS section. Everything is ok except that the highlight bar works only for other tabs and not for the custom one. Clicking from one tab to another does not update the highlighting only for c...

Bora_ by Confirmed Champ
  • 147 Views
  • 0 replies
  • 1 kudos

Custom Lifecycle

Hello - I've defined a contribution for a custom document lifecycle. It's basically the same as the default but has an additional state. The XML looks like this: <states> <state name="project" ... <state name="foo" ... In the UI, when a document...

Eric_Ace by Confirmed Champ
  • 220 Views
  • 1 replies
  • 3 kudos

Using CurrentDate in NXQL

Hi! In Nuxeo 6.0 HF 38 I'm trying to use CurrentDate in NXQL in avanced search or by quering http://nuxeoserver/nuxeo/api/v1/query When I try this, it works: http://nuxeoserver/nuxeo/api/v1/query?query=SELECT * FROM Document WHERE dc:created > TIMEST...

retryable work

Hello, referring to this documentation: https://doc.nuxeo.com/nxdoc/work-and-workmanager/ It indicates the ability to have retryable works. However, searching github for the referenced methods -- retryableWork() and rollbackAndRetryTransaction() -- I...

Eric_Ace by Confirmed Champ
  • 329 Views
  • 2 replies
  • 2 kudos

How to invalidate a document from an event listener

Hi, I have a listener class that implements org.nuxeo.ecm.core.event.EventListener, and I want to invalidate the current document from there. Normally, in a bean, I use to inject NavigationContext, and then use its method to invalidate the document. ...

javascript in widget

I need to include a javascript code or join a javascript block to an widget the type complex. can someone help me to do it please -- *EL HAKIMI Anouar * Master SIG et Télédétection appliquée aux géosciences et à l'environnement. ...

How to change "error" message on the user interface ?

Hello, Here is my problem: some of my users don't have access to a certain docType (for example Contract) but he has access on other docTypes which contains document suggestion field which referes to said docType (Contract on which he has no access)....

upload files

I am uploading some files in a tree structure, I need to verify if the file already exists in the same folder. If it is the same file (with the same content) then do nothing. If it is a different file then save a new version. How can I compare those ...

Permissions not indexed to Elasticsearch

Hi, something strange happens sometimes when I add permissions to a document using Nuxeo REST API (Document.AddACL) : the permission will be add properly to Nuxeo but will not be indexed to Elasticsearch. Most of the time, everything is ok, but onc...

Resolved! Search for a boolean metadata on filter of a content view

Hello, Is there any way to filter a boolean metadata on search filter of a content view without using it always as mandatory(being true/false and using a checkbox means that it always will be used while searching)? Thanks, Bora

Bora_ by Confirmed Champ
  • 316 Views
  • 1 replies
  • 1 kudos

Resolved! How to add a dynamic facet via nuxeo-java-client?

Hi there. I'm trying to create a document with an optional (dynamic) Facet, but it's not working. I'm using java-client 1.0 with Nuxeo 7.10 HF-24. My code is as follows: Document doc = new Document(name, "MyType"); doc.set("dc:title", "Doc Title"); d...