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

Forum Posts

adding computed groups on document creation

Hi There, I would like to add a computed group to a workspace at creation. I understand that I need to create an eventListener for this for the event documentCreated: <?xml version="1.0"?> <component name="WorkspaceCreationListener"> <extension t...

Bauke_Roo by Star Contributor
  • 762 Views
  • 1 replies
  • 0 kudos

contribution to securityActions(Bean)

Hi There, I want to change the behaviour of the securityActionsBean a little. Is there an extensionpoint or another way to do so? Thanks in advance, Bauke Roo

Bauke_Roo by Star Contributor
  • 571 Views
  • 1 replies
  • 0 kudos

Rest API call dont update or document completely

I am using rest call to create document. The below are my parameters . The call create a document with name and title . But the other fields like created date or published date or state are not updated . WHY? { "entity-type": "document", "name":"kk",...

zod_ by Champ on-the-rise
  • 1473 Views
  • 5 replies
  • 1 kudos

Create directories if not exist Nuxeo

I am attempting to do a document.copy on an existing document, with the assumption that if the directories I am copying into may or may not exist. What would be a good way to achieve that? client = new nuxeo.Client(nuxeoParams) client.connect() co...

abe_ by Champ in-the-making
  • 629 Views
  • 1 replies
  • 1 kudos

Problem whith Privilege 'AddChildren' is not granted

Hi, I created one document the type (MissionNotification in Studio) with Extends = Document and Category = Miscellaneous, this document will be created when the other Document change the life cycle. For this, I created an EventHandler with the code ...

klebervz_ by Confirmed Champ
  • 711 Views
  • 1 replies
  • 0 kudos

Nuxeo Drive - Error

Hi, My Nuxeo Drive is not able to synchronise PDF files from my computer to the database. Here is the current behavior : From Database to compurter: all files are synchronised properly (including PDF)from computer to database: all files (office, jpeg...

JCO_ by Champ in-the-making
  • 2618 Views
  • 6 replies
  • 0 kudos

Resolved! New plugin project and maven dependencies

I'm trying to create a plugin project, and I'm having trouble understanding how maven dependencies are supposed to work. My IDE is Eclipse Kepler with the Nuxeo IDE modules installed. I have Maven 3.2.1 installed and Eclipse is set to use that. I'm u...

Kenster_ by Champ in-the-making
  • 729 Views
  • 1 replies
  • 1 kudos

Completely uninstall nuxeo on Ubuntu 12.04

I have installed and later uninstalled nuxeo with apt-get but nuxeo is still there. E.g. the contents of /var/lib/nuxeo are about 350 megabytes. What would be the proper way to completely uninstall nuxeo on an Ubuntu 12.04 installation?

twigmac_ by Champ in-the-making
  • 367 Views
  • 0 replies
  • 0 kudos

Add document fields by end users

Hello, For one of our customers, we are considering Nuxeo as a platform. So far, we quite like it and hopefully this will transform into a true love :+) However, the customer has a specific requirement: it must give his users the possibility to add n...

How to add createSearchChoice to select2 widget

Hello, How to inline createSearchChoice function to select2 widget, for instance this one: createSearchChoice:function(term, data) { if ($(data).filter(function() { return this.text.localeCompare(term)===0; }).length===0) {return {id:term, text:term}...

adam_bo_ by Star Contributor
  • 379 Views
  • 0 replies
  • 0 kudos

Java API - updating and versioning changes document status

Using the default lifecycle and API java, when I make an update to a document in the state "approved", sometimes (seemingly in non-deterministic way), the status of the document changes to "project". Maybe there is a listener that handles these situa...

maumig_ by Confirmed Champ
  • 789 Views
  • 1 replies
  • 0 kudos

Can I show the signature in the last page of document .....?

Just now, digital signature is appended on the first page of the document. But I want to show it last page of the document. How can I do it....? in this http://doc.nuxeo.com/display/public/NXDOC/Digital+Signature says below mention changes only, Chan...

Using NuxeoJS to upload files to a new batch

I'm trying to use the NuxeoJS client to upload files to a new batch. I tried: var op = client.operation('Blob.Upload') op.params({ uploaded: 'true', batchId: 'myBatchId' }) up = op.uploader() up.uploadFile(myFile) up.execute() I get 500 errors using ...

eshiu_ by Champ in-the-making
  • 511 Views
  • 0 replies
  • 0 kudos

File Name Character Limit

It appears to me as though the file name as it relates to the path is being truncated to 25 characters. For example, we have a file named tst_onlinebank_noncard_faq.xml so its 30 characters, but when I view the object path it appears as: /default-dom...

rdifrango_ by Champ in-the-making
  • 1707 Views
  • 7 replies
  • 1 kudos

Resolved! Nuxeo and Ubuntu 14.04

Have anyone succeeded in installing Nuxeo via apt-get under Ubuntu 14.04? Unfortunatley ffmpeg package was removed from Ubuntu 14.04 and thus following error happens: The following packages have unmet dependencies: nuxeo : Depends: ffmpeg-nuxeo but ...

Can i create document as published using Nuxeo Rest API ?

I am able to import a document using following http://doc.nuxeo.com/display/public/NXDOC/REST+API I want the document status to be published when i import this . Which field or attribute should i pass in the request ? i saw lifecycle-state. But it di...

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

User action custom EL expression syntax

Hi I created a new button in contextual Tools, I can only show the button in the following condition: User logged equals Responsible or User logged equals User Created Follow my sixtaxe in Custom EL expression #{currentDocument == currentDocument.get...

klebervz_ by Confirmed Champ
  • 755 Views
  • 2 replies
  • 0 kudos