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

Forum Posts

Resolved! Problem with Tag Panel since 5.8 HF08

Since the last HF, there s a bug when accessing the tag panel : Caused by: org.nuxeo.ecm.core.api.ClientException: Failed to execute query: NXTAG: COUNTSOURCE: SELECT tag:label, relation:source FROM Tagging: ERREUR: la colonne « _F1.source » doit a...

How to abandon a Workflow using an Automation Chain

I have the following Automation Chain: Fetch -> Context documentsExecution Flow -> Run Chain | id = @{Document["dcns-common:comments"] == empty ? "WF_Show_Warning_Chain" : "WF_Do_Something_Chain"}Workflow Context -> Cancel Workflow | id = @{workflowI...

make a break in a workflow

Hi, Is it possible to put in stand-by, a task, in a workflow (content routing)? I want assign a task (and restart the workflow at the point it was stopped) only if an external condition happen (the change of state of an external document, itself in a...

manuek_ by Star Contributor
  • 504 Views
  • 2 replies
  • 0 kudos

Resolved! Any release date estimation for Nuxeo Drive 1.0.8?

Hi, In the current state, the Marketplace has a 1.0.8-SNAPSHOT version of Nuxeo Drive that forces its installation each time a Hotfix or another update is applied. Because of this (and us not noticing the update at first), a lot of our users now have...

Connect server is not reachable

I am new to Nuxeo. I have no idea how to resolve this issue. I did the default installation of nuxeo (Nuxeo Platform 5.9.1). Whenever I login to the platform and try to access "Admin Center -> Update Center" then the page is showing "Nuxeo Connect se...

Sadish_V by Champ in-the-making
  • 886 Views
  • 4 replies
  • 0 kudos

Resolved! localization bug?

Hi There, I'm trying to append a few labels to the dutch translation. However this does not work. This is my messages_nl.properties which I need to append: # lines for chat label.context.menu.chat.with=Chat label.context.menu.call.with=Bel This is ...

Bauke_Roo by Star Contributor
  • 512 Views
  • 2 replies
  • 0 kudos

How to create workflow without nuxeo studio

As a developer i want to create workflow in nuxeo . can i create workflow without using nuxeo stdio ? Is there any way so i can write the code to create workflow or can intgrate other workflow engine

Nuxeo_Dev1 by Champ in-the-making
  • 365 Views
  • 1 replies
  • 1 kudos

Studio label and Label cannot be same - is it a bug?

I am able to change the label using studio which will be shown in Platform . I am not able to change the studio label . it show as saved but not actually saving. I am in Layout Widget Editor and i use "Text" When i change studio label of "Title" to ...

zod_ by Champ on-the-rise
  • 373 Views
  • 1 replies
  • 0 kudos

How to add custom validatior method

I am following this document to create a custom validation http://doc.nuxeo.com/display/Studio/Add+Field+Validation But i dont understand where and how to create a seam component ? I was able to create stand alone seam component myValidator bean , ...

zod_ by Champ on-the-rise
  • 595 Views
  • 2 replies
  • 1 kudos

API from CURL vs from Python

Bonjour J'ai pu créer un nouvel utilisateur en utilisant CURL: set header="Content-Type: application/json" set auth="Administrator:Administrator" set u="xxx" set url="http://localhost:8081/nuxeo/api/v1/user" set data="{ \"entity-type\": \"user\", \"i...

Arnault_ by Confirmed Champ
  • 365 Views
  • 1 replies
  • 1 kudos

Faceted search (Widgets and Layout)

Hello, I slowly migrates Nuxeo 5.6 to 5.8 and i have a problem with the layout "faceted_search". Before, I used the widget "faceted_search_directory_tree" in Nuxeo 5.6 which is deprecated for the widget "select_l10n_vocabulary_tree" in Nuxeo 5.8. I n...

Deleting Nuxeo Document Permanently Programatically

I am currently deleting a document from Nuxeo repository using the following code: String myDocumentPath = // path to a folder DocumentRef myFolderRef = new PathRef(documentPath); if(aSession.exists(myFolderRef) && aSession.canRemoveDocument(m...