content-management-platform


Related Questions
As a developer i want to create workflow in nuxeo . can i create workflow without using nuxeo stdio ? Is there any way so i can write the code to create workflow or can intgrate other workflow engine
  1 votes
  1 answers
  0 comments
  3889 views

Bonjour J'utilise l'API REST à travers l'interface Python (nuxeo 5.8) Je sais obtenir le fichier joint principal en utilisant Blob.Get (path) Mais comment lire les fichiers joints ? le résultat d'une requête NXSQL donne le structure doc: x = ...
  0 votes
  2 answers
  1 comments
  4224 views

Hi, I'm trying to convert a PNG image to JPG via the REST API and the Blob.Convert extension point on a 5.8 instance running locally with DAM installed. The curl command is: curl -u Administrator:Administrator -H 'Content-Type: ...
  0 votes
  0 answers
  0 comments
  2597 views

After the picture upload there is no preview of it. In the logfile is recorded: 2014-01-31 18:26:30,701 WARN [Transaction] Error ending association for XAResource org.apache.geronimo.transaction.manager.WrapperNamedXAResource@4e3d3e45; transaction ...
  0 votes
  1 answers
  4 comments
  1934 views

Hi There, I'm trying to test a simple rest call trough the console (firebug in firefox) on nuxeo 5.9.1 (I'm logged in) jQuery.ajax({ type: 'POST', url: '/nuxeo/api/v1/path/default-domain', data:{"entity-type": "document", "name":"docje", "type": ...
  0 votes
  1 answers
  0 comments
  3330 views

It is not possible to edit a group in 5.8 HF05. There is an error: 2014-01-30 20:18:08,176 ERROR [facelets.viewhandler] Error Rendering View[/view_admin.xhtml] javax.faces.FacesException: javax.el.ELException: ...
  0 votes
  1 answers
  1 comments
  1674 views

Dear all, I would like to know how i can display any file uploded in the plateforme without downloding it. For me a message is displed wich sad: " L'aperçu ne peut être généré pour ce document Technical issue: Blob path: default ...
  0 votes
  0 answers
  0 comments
  1363 views

I'm trying to use a portlet using automation client to access the repository using PORTAL_AUTH. Login is fine (/nuxeo/site/automation/login) but the query sent by the client goes wrong (/nuxeo/site/automation/Document.PageProvider). Here is what the ...
  0 votes
  1 answers
  1 comments
  2221 views

Reading the question Document name : what is the max characters number for path ? I understood that in order to change the 24 char limit of the document name, I have to derive the class PathSegmentServiceDefault and providing it as a new ...
  0 votes
  1 answers
  2 comments
  2154 views

Hi There, I'm currently following the example on files upload and batch processing. (http://doc.nuxeo.com/display/public/NXDOC/REST+API) Step one, creating a batch and uploading a file works X-File-Name: testFile.txt, X-File-Idx:0, X-Batch-ID: ...
  0 votes
  1 answers
  1 comments
  3663 views

I have loaded a few thousand pieces of content in the form of xml files and resource bundles. I am using chemistry to retrieve the content. I try running a single threaded performance test to see the response times. For query by path response times ...
  0 votes
  2 answers
  0 comments
  1769 views

Bonjour J'ai customisé NuxeoDrive pour qu'il soit capable d' importer des documents de types spécifiques (en adaptant AbstractFileImporter et AbstratFolderImporter) <extension ...
  0 votes
  1 answers
  1 comments
  1774 views

Hello, I know since Nuxeo 5.5 is possible, but, exists any method to create a static war for Nuxeo DM 5.4.2? Thanks in advance. Regards,
  0 votes
  1 answers
  0 comments
  1744 views

Hi. I have nuxeo 5.3.0 and I have a problem with Google chrome when I want to download a file with comma, because it appears an error “Duplicate headers received from server”. If I do this in Mozilla, the error doesn't appear. Is there any solution ...
  0 votes
  0 answers
  0 comments
  1740 views

This problem shows when i show the create form of many types of documents except workspace type as far as i have seen? How to get rid of this error although it does not affect the create form and the result? It is very annoying error because it all ...
  0 votes
  1 answers
  2 comments
  1921 views

I'm trying to add properties to a video in Studio. My understanding is Video is a document facet that can be added to a custom document type but at the bottom of the page there is no video facet. With Picture, it is an option in the Extends drop ...
  0 votes
  2 answers
  0 comments
  1771 views

I use this componant on nuxeo LTS 5.8 to create users from a csv file on a new user table with a dedicated schema.. I cant access to userworkspace with a rest api php program. I need to lggin a fisrt time on nuxeo UI before. I saw in acls table that ...
  0 votes
  0 answers
  0 comments
  1964 views

Bonjour, J'ai déployer une Platforme Nuxeo 5.8 configuré pour utiliser des comptes de l'Active Directory, Avec une authentification automatique par kerberos. La configuration fonctionne, quand on ouvre la plateforme web Nuxeo on est connecté ...
  0 votes
  0 answers
  2 comments
  2173 views

I follow this doc http://doc.nuxeo.com/display/public/NXDOC/Adding+Custom+LDAP+Fields+to+the+UI I prepare a new myuser.xsd schema file and a OSGI-INF/schema-contrib.xml file in my custom template. When i restart nuxeo, i Have a message schema not ...
  0 votes
  0 answers
  0 comments
  1680 views

Environment: Apache Tomcat Version 7.0.37, Nuxeo Platform 5.6, Windows 7 Hello, I created a static war using the following command: nuxeoctl pack /tmp/nuxeo-war.zip unzipped /tmp/nuxeo-war.zip under tomcat root directory. added jdbc resource ...
  0 votes
  1 answers
  6 comments
  2615 views

We recently had nuxeo.tmp.dir fill up, and from looking at the contents, it seems that removing old files is not something done by Nuxeo itself. I selectively removed large files to resolve our outage, but this seemed to result in very unstable ...
  0 votes
  1 answers
  7 comments
  4462 views

I've successfully setup a second repository (my Nuxeo instance has two repos using two different databases) using the following configuration. However, I'm trying to pass additional data source connection pool parameters (like 'validationQuery' and ...
  0 votes
  1 answers
  0 comments
  1912 views

I try to install package in my nuxeo 5.8 but it's doesn't work see below the error message when I try to install “nuxeo-5.8.0-HF04-1.0.0” package from the Update Center tab org.nuxeo.ecm.webengine.WebException at ...
  0 votes
  0 answers
  5 comments
  2464 views

Hello, I've been testing around with automation chain tracing in Nuxeo 5.8, and at first it was working as it should, but lately, for every attempt of mine to get the latest traces from an automation chain, I get the following message “you can not ...
  0 votes
  1 answers
  4 comments
  1901 views

Hi there. I'm in the process of upgrading from nuxeo version 5.3 -> 5.8. We have switches from using jboss 4 to Tomcat/7.0.42. We have a number of webservices endpoints that were defined in the OSGI-INF/deployment-fragment.xml for a project. eg. ...
  0 votes
  1 answers
  1 comments
  1557 views

Hi, I'm trying to retrieve documents by path using rest api v1 but how to retrieve documents with accented characters in names ? I only get errors returned so far In below attempts, I'm trying to retrieve children of document name “Acquéreurs” : $ ...
  0 votes
  2 answers
  0 comments
  2463 views

Nuxeo's notification feature is very good but they are all automatic notification. Sometime when we create a content or we find existing content that we think some particular user should know it, it would be nice to have a feature to send or notify ...
  0 votes
  1 answers
  1 comments
  1960 views

I see that if a user is granted with Read permission for a workspace, he can view and EXPORT everything in that workspace to a file, and if he install a new instance of nuxeo (quite easy due to the excelent work from Nuxeo team) he can then import ...
  0 votes
  1 answers
  3 comments
  2953 views

From my point of view, and also as my needs: It's easy to understand the logics of group: to manage the access rights for a lot of users in bulk, without having to repeat the action of editing (of the same) rights for each single users It's also ...
  0 votes
  1 answers
  3 comments
  3441 views

I'am actually not able to deny the “ask for publication” permission when i check the “block right inheritance (bloquer l'heritage des droits) on a custom section. I see the associated permission when I add it but i disappears once I saved it Is it a ...
  0 votes
  0 answers
  0 comments
  1790 views