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

Forum Posts

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...

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-...

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
  • 74 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...

No effect after a document update with API REST

Bonjour Je crée un document avec succès, selon la commande suivante curl -X POST -H "Content-Type: application/json" -u "Administrator:Administrator" -d "{ \"entity-type\": \"document\", \"name\":\"MyDoc\", \"type\": \"SimpleDocument\", \"properties\...

Arnault_ by Confirmed Champ
  • 80 Views
  • 2 replies
  • 1 kudos

Add Custom property in dublincore schema

Hi, I need to add one property "location" in existing dublincore schema. But i don't know how to add custom properties in existing dublincore schema using nuxeo-dm-5.4.2-jboss server. Please provide me step by step solution for my problem. Thanks in...

Nitish_ by Champ in-the-making
  • 49 Views
  • 1 replies
  • 1 kudos

Time taken to index documents/folder

Hi, Is there any way to determine how much time it takes for the nuxeo DM/platform to index documents, or is it purely a Database related thing.But roughly do you guys have any numbers or any way that users can see this or measure this etc. thanks

Resolved! Error with custom config (Database template: unknown)

Hi, I am trying to customize the configuration of our Nuxeo platform following recommendations in http://doc.nuxeo.com/display/ADMINDOC56/Configuration+templates and http://doc.nuxeo.com/display/ADMINDOC56/Adding+custom + templates I get an error whe...

apx25_ by Champ on-the-rise
  • 81 Views
  • 2 replies
  • 0 kudos

Resolved! Error when using the REST Api trying to convert a document

Hi the example for adapters in the REST Api section of the documentation does not work /nuxeo/api/v1/id/{docId}/@blob/file:content/@op/Blob.ToPDF the first part /nuxeo/api/v1/id/{docId}/@blob/file:content/ does provide the binary file, but adding th...