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

Forum Posts

Adding document preview icon in search result listing

Hi, Is it possible to add Document Preview (Fancybox) action button in search results column. Does this require creating a new widget? I'd like to be able to show document preview without the extra step of opening the document and clicking the previe...

olafos_ by Champ in-the-making
  • 342 Views
  • 2 replies
  • 1 kudos

pdf page not loaded in nuxeo 5.4.2 with tomcat

when i access my pdf file in nuxeo 5.4.2 download folder using http://192.168.1.204/nuxeo/download/be3770fa-bb74-4279-80d1-d656830b94121396436565651_WebExport/medias/eda84e6f-7866-45b0-b1c6-a8980cd6088b.pdf i am getting Page Not Found Error page ho...

Deleted content behavior

I deleted a workspace and emptied the trash and then proceeded to query the deleted content via CMIS. It returned for copies all flagged with the same version. Should this be possible? If so how do you compose queries that return only the latest ve...

cstettler_ by Champ on-the-rise
  • 145 Views
  • 0 replies
  • 0 kudos

Anonymous CMIS queries?

I enabled the anonymous user and am able to get some cmis queries to work however some return empty result when I am not an authenticated user: These work: http://myhost/nuxeo/atom/cmis/default/content/foreign_currency.jpg?id=eb51ba14-63e7-4467-9cb0-...

cstettler_ by Champ on-the-rise
  • 175 Views
  • 0 replies
  • 0 kudos

Bad upload using REST API and batch

Bonjour J'utilise la batch pour effectuer un upload : curl -H "X-Batch-Id: mybatchid" -H "X-File-Idx:xxx.pdf" -H "X-File-Name:0" -F file=@xxx.pdf -u Administrator:Administrator http://localhost:8080/nuxeo/api/v1/automation/batch/upload ce qui fourni...

Arnault_ by Confirmed Champ
  • 374 Views
  • 2 replies
  • 0 kudos

How to customize JAX-RS application exception handling?

Hello, I have configured a simple JAX-RS (not WebEngine as it is for programmatic web services) application as described in the documentation. I am using the Nuxeo-WebModule: org.nuxeo.ecm.webengine.jaxrs.scan.DynamicApplicationFactory line to disco...