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

Forum Posts

Hardware Configuration

Hi I have made a migration of our nuxeo platforme from 5.8 to 7.10 and I noticed that it's more slower. I used htop tool and noticed that only 2 of 3 GB are used, but when I added a 4th one, I noticed an improvement. I have read in documentation that...

Nuxeo ACLs problem after migration

Hello everyone, I recently migrated our instance nuxeo from version 5.8 to version 7.10. For that, I followed the documentation which recommends to migrate from 5.8 to 6.0 and from 6.0 to 7.10. During this migration, I used the same Postgresql databa...

What is the recommended way to fork Nuxeo?

The Getting the Nuxeo source code documentation says: Contributing to Nuxeo does not require cloning Nuxeo source code But when I want to play around and modify things and possibly later send various pull requests, is not it best if I have forked t...

Why does copyContents() method of documentModelImpl class ignore a metaData change if its value has been removed from the source document.

Why does copyContents ignore a metaData change if its value has been removed from the source document. https://github.com/nuxeo/nuxeo/blob/master/nuxeo-core/nuxeo-core-api/src/main/java/org/nuxeo/ecm/core/api/impl/DocumentModelImpl.java#L1210 I see t...

REST API error codes and messages

Does a documented list exist of error codes and messages which can occur when using the REST API ? For instance "file not found" is a message, but I could not find an associated errorcode. Is there a recommended way on handling these errors (in PHP)?

olaf_ by Champ on-the-rise
  • 398 Views
  • 2 replies
  • 0 kudos

Resolved! getting file name, size, etc (5.8)

Hi, With Nuxeo 5.8, the GET request nuxeo_url/nuxeo/api/v1/id/document_id only gives the following metadata: { "entity-type" : "documents", "entries" : [ { "uid" : "673dd1d6-0b75-4a5a-8454-8abcb0e79c0e", "contextParamete...

Update more than one field

I designed a custom schema for a vocabulary. This extended schema adds fields such as code, extra label, etc. Up until now, I ve used the suggestion widget with searches (create / edit) or displayed information (read) using those extra fields. Quite ...

PDF content not recognized

Hi, after upload a PDF-file the content is not recognized as PDF. Instead I get a "normal" file icon (see image attached). Any suggestion?

Permission problem

Hello everyone, I recently updated our Nuxeo platform directly from version 5.8 to 7.10. Today I noticed some problems with ACLs. For some users (not all), they can file a document in the workspace, and when they want to publish it, they can see the ...

Problem with ACLs when migrating data

hi I'm testing to export / import data between two instances of Nuxeo (from 5.4.1 to 5.7). I'm using the export tool in the selection tab. The document.xml produced contains ACLs and I'm trying to reproduce the same context : for instance, for such a...

Nuxeo Annotation Feature

Hi, I am newer to Nuxeo, I was checking the features of Nuxeo so that comparison can be made and finalize which ECM is to adopt in Our Project. For this purpose I had configured Nuxeo 6.0 Multi OS platform on my Local System with Online Trial Account...

Dipen_Shah by Champ on-the-rise
  • 231 Views
  • 0 replies
  • 0 kudos

Problem with ElasticSearch Date Range aggregate

I have a custom schema holding a date field. I have designed a content view with a filter containing aggregate widgets. The date histogram works fine on my custom field, but the date range does not seem to work, at least with my custom field : I ve t...

Using an Operation chain created in Nuxeo IDE

I created a simple "Operation" using Nuxeo IDE plugin for Eclipse. All my Operation does is execute a System.out.println statement. I am able to export it to Nuxeo, create a new Automation Chain where I can select my operation. I am able to add that ...

Possible bug in image Rendition publishing

Steps to reproduce: Install a nuxeo-cap-7.10-tomcat with Nuxeo DAM addon and Postgres db.Upload a jpeg image.Select Medium rendition and publish to a section. Error message "An empty response was received from the server. Check server error logs." is...

ldap

hi we can not login using ldap we configuerd the the type under the xml file to ldap And the ldap.user.default under tomcat config directory - according to nuxeo example settings but we can not login using ldap user is this is the correct t way ? d...