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

Forum Posts

What is a path of an xhtml resource ?

Hi, I uploaded "test-picturebook.xhtml" in Nuxeo Studio in "resources/widgets". I then contributed an extension point to display this xhtml : <extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions"> <action id="TAB_UNR_P...

fabrice_ by Champ on-the-rise
  • 450 Views
  • 1 replies
  • 0 kudos

About Access Rights

A user is enabled to publish documents on sections where they are granted with "read" access. If I understands it correctly, "Can ask for publishing" is intended to be granted to users that we want to let them see the content of a section but not to ...

DaniAnte_ by Champ in-the-making
  • 671 Views
  • 2 replies
  • 0 kudos

Resolved! HTTP and HTTPS reverse-proxy configuration

Hi all, I'm trying out the Nuxeo community Virtual Machine. To access the repository I have at home I've placed an Apache HTTP server to proxy requests to this and other applications. I've followed the instructions provided in the Nuxeo Documentation...

How to display picture thumbnails in content views ?

Hello, I'd like to display the thumbnails of pictures in a content a view. Here's what I tried : I picked "Generic" in "Advanced Widgets"I chose "Image" as "Widget type"I added two fields for this widget : data.picture.views[3].content and "data.dc.t...

fabrice_ by Champ on-the-rise
  • 351 Views
  • 0 replies
  • 0 kudos

Thumbnail paths

Hi I have searched the docs extensively but just cannot find the info I need. We are driving Nuxeo from an automation client. I need to work out where Nuxeo stores information about thumbnails that have been generated for a document. So we create a d...

systemz_ by Champ in-the-making
  • 1031 Views
  • 3 replies
  • 0 kudos

Editing online

Is (or will be) there any chance to have a way to edit document from browser, using webdav url? I try to use LiveEdit, but it is not a stable system (with Windows 7 it does not work so well)...

Alice_ by Star Contributor
  • 338 Views
  • 0 replies
  • 0 kudos

Problem with drag and drop browser extension (IE)

Hello all, I'm using Nuxeo 5.5 with drag and drop browser extension (IE 8.0). Problem occurs when I put large size files (more then 30MB - single file). It seems that drag and drop extension cannot complete uploading process. I've also tried with zip...

PDF previews

Hello it seems that when I upload a pdf to the DAM, it does not generate any thumbnails? Is this correct. I would like to be able to generate jpg thumbnails in the same way as pictures do. Is this possible? Zahir

systemz_ by Champ in-the-making
  • 1072 Views
  • 3 replies
  • 0 kudos

Offline / Detached client

Hi, Is there away to have a local copy of a part of a repository that is accessible while offline? The usage is the following: At some point, the "client" connects to the Nuxeo server and copy a part of the repository locallyThe client then goes offl...

patrek by Star Contributor
  • 425 Views
  • 0 replies
  • 0 kudos

How to send a zip file by mail ?

Hello, I've created a zip file in an automation chain and I'd like to send this file by mail. Here's a part of my chain : File > Get Document File > xpath: file:content File > Zip > filename: photos.zip Execution Context > Set Context Variable From I...

fabrice_ by Champ on-the-rise
  • 880 Views
  • 2 replies
  • 0 kudos

Nuxeo DM 5.5 and PostgreSQL Locks

Hi all, We are using Nuxeo DM 5.5 with PostgreSQL 8.4.and we have a singular (almost for us) behavior of the system. For long period of time Nuxeo works well, we are able to insert, upload delete document and so on. Then after a several operation th...

Resolved! How to zip a set of pictures

Hello, I have to send a zip file with a set of pictures but I can't manage to define the xpath. Here's what I try in the automation chain : Files > Get Document Files > xpath : file:content Files > Zip > photos.zip I get the following error : java.l...

fabrice_ by Champ on-the-rise
  • 779 Views
  • 2 replies
  • 1 kudos

Resolved! Nuxeo Apogee Road Map

Does Nuxeo Apogee will involve with further Nuxeo version ? It's not very active last year.

laurent_2 by Champ in-the-making
  • 627 Views
  • 1 replies
  • 0 kudos

How can I execute loop action with nuxeo-shell ?

I would like to create about 100 workspaces with nuxeo-shell. I tryed from the command line using -f my_batch_file with my_batch_file : connect -u Administrator -p Administrator http://localhost:8080/nuxeo/site/automation cd /default-domain/workspace...

ftorchet_ by Champ in-the-making
  • 682 Views
  • 2 replies
  • 1 kudos

Access to sections via webdav

Hello I want to know if it is possible to access to section via webdav. Now, I can access to file in the workspace. Is it possible to view file in section via webdav? Thank you

abta_ by Champ in-the-making
  • 391 Views
  • 0 replies
  • 0 kudos

Resolved! How to get a blob image with cURL?

Hello. We are Nuxeo ECM total rookies. We have defined a document model in our ECM instance, and this model contains a blob "illustration" attribute, which enables to store an image. When looking at the rendering page which of that document model, wh...