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

Forum Posts

Resolved! jbpm 5.5 source code

Where can the source code of nuxeo 5.5 be found? On github.com are version for nuxeo 5.6 and 5.7.

adam_bo_ by Star Contributor
  • 1783 Views
  • 4 replies
  • 1 kudos

Permalinks in templates?

Hi, The answer to this question might be trivial. But i didn't solve this problem yet. Here is a template to generate a CSV document, implemented in Nuxeo Studio. Output is a list of documents, and associated meta datas, in a given folder. <#list Thi...

Resolved! How to fetch multiple field values before save of the form?

I want to fetch different form field values before hitting the save button, so that i can do some validations. I know that we can bind a Validator to a form field, but how can i get different form field values in this validator method? ie. i have Two...

How to access context variables in custom widget templates?

I have a widget template and i want to display a String message in it. The String message is set in the custom operation using the OperationContext.put() method. How can i access this context variable in my custom widget template to display the mess...

Is bulk document importer ok for 5.6?

when trying to install BDI in 5.6, I have the following message: $ nuxeoctl mp-install nuxeo-platform-importer Package nuxeo-platform-importer is not available on platform version cap-5.6. Do you want to relax the constraint (yes/no)? [no] Is it saf...

Delete document and file

Hello,/> I have a new problem .../>/> I use a java plugin for importing a lot of documents. This plugin has been created by another firm and they have forgotten to display an error if the path to copy the document is wrong./> So I have documents inse...

delphine_ by Star Contributor
  • 1208 Views
  • 2 replies
  • 0 kudos

Where is the Parallel Workflow?

Hello, I'm working with a new 5.6 instance. After Installing, I only had "Serial Document Review" Under Workflows. I really need to get a Parallel Workflow going for my company, Why isn't it included in 5.6? Also, I've been struggling along with tryi...

jasc_ by Champ in-the-making
  • 816 Views
  • 1 replies
  • 1 kudos

Resolved! custom icon set by setPropertyValue disappears

I have an Action Seam Bean and a list of the currently selected documents called selectedDocs My button cycles the list and changes the icon of the documents in this way: for (DocumentModel selectedDoc : selectedDocs) { selectedDoc.setPropertyValue(...

roccapl_ by Confirmed Champ
  • 2184 Views
  • 4 replies
  • 0 kudos

Fulltext search cause "Suggestion Box" error

I have been testing Nuxeo's full text search. When I enter my name (example: Karl) into the search box in the upper right and push Search I get the following Suggestion Error Exception. This error seems to occur, regardless of the entry in the search...

documentManager.exists() behaves strangely

This is the problem: let's say I create a Workspace called "lalala". Now I run my code DocumentModel lalalaWs = new DocumentModelImpl("/default-domain/workspaces/", "lalala", "Workspace"); if (!documentManager.exists(lalalaWs.getRef())) { log.info("...

roccapl_ by Confirmed Champ
  • 1372 Views
  • 3 replies
  • 0 kudos

Retrieving list of preview url's of a given folder

Hi everyone, This is the re-wording of a previous post (hopefully this one will get more attention Is it possible to obtain a list of all the preview url's of a given folder's files? I know it is possible to get all the file names that are in a give...

decloitre_ by Champ in-the-making
  • 571 Views
  • 0 replies
  • 0 kudos

Problem with certificate import on nuxeo 5.5

We have problem regarding import of a SSL certificate (.pfx). For import of the certificate, we are using org.nuxeo.ecm.directory.api.DirectoryService and org.nuxeo.ecm.core.api.DocumentModel packages, further using: certificate = session.createEntry...

ani1806_ by Champ in-the-making
  • 754 Views
  • 1 replies
  • 0 kudos

Resolved! Missing buttons after studio update?

Hello! I'm sure this is something I'm just overlooking, but after spending two days trying to nail it down, I'll ask. I've just installed NuxeoDM 5.6 to test for my company. I'd like to add a custom workflow, so I signed up for the studio trial, crea...

jasc_ by Champ in-the-making
  • 1461 Views
  • 3 replies
  • 0 kudos

Workflow not working

Hi, Im using Nuxeo 5.6 and when i start the serials document review proces in de summary tab of a file, the workflow tab appears. But when i click on it, it gives me an unexpected error: 'No current task defined' I can see that the Task of the workfl...

peter013_ by Champ in-the-making
  • 759 Views
  • 1 replies
  • 0 kudos