automation
I have a custom user action defined in MAIN_TABS section which navigate to a given folder. The action does fine but the tab selection is not updated in consequence. (let's say I'am in my home, i click on custom tab 'internal documentation', navigate ...
0 votes
1 answers
3 comments
2578 views
Hi I've the following automation chain : Users & Groups > Get Home
User Interface > Navigate to Document I get a NPE, is there a problem in the chain definition or is it a platform configuration issue ?
0 votes
0 answers
2 comments
2320 views
I'm trying to update document's metadata by using Nuxeo Automation Java Client. It's working on SimpleType fields but every try on complexType fields failed. I red it is possible by updating a document with the JSON values. So I tried example code: ...
0 votes
0 answers
1 comments
2351 views
Hello, I want to handle routing for documents according to the name of the file they are carrying. What I done is: Trigger the creation of a document on the repository with httpAutomationClient when a file is created on the client side AND THEN ...
0 votes
1 answers
4 comments
2507 views
Hi, When I execute a query using PHP Automation Client, I receive a warning from a parameter expected in NuxeoAutomationAPI.php. The code: $uid = '9dbfxxxx-xxxx-xxxx-xxxx-xxxxxxxx2b64';
$client = new ...
0 votes
1 answers
0 comments
2512 views
Hi, I'm using the PHP Automation Client to execute a simple query and I have an error on it, and I don't know how can I resolve it. Obviously I changed the url of Nuxeo, and the correct username and password when I get a session. Here the code: ...
0 votes
2 answers
6 comments
3436 views
I'm attempting to retrieve a selection of documents from a Nuxeo server using the REST automation APIs (from C++ using libCURL). I'm new to Nuxeo, so I'm trying to 'prototype' the calls using CURL from the command line. We've defined some custom ...
0 votes
2 answers
2 comments
3020 views
Hi, I looked into the php example, and there I can download files or blobs, except the txt files, anyway I can download files. http://doc.nuxeo.com/display/public/NXDOC/PHP+Automation+Client So, I mean, why can't we do this with Java? Thanks in ...
0 votes
1 answers
0 comments
2561 views
I am trying to download all the files (txt, html, pdf, doc, xls, …) from nuxeo. To achieve this, I have found “Java automation client”. (Hope I have made a good choice?) My starting point is the example from the java automation client documentation: ...
0 votes
1 answers
3 comments
5464 views
Hello, I'd like to know if there an operation (chain operation) to create directories recursively before create the final document (the leaf) Example : I have to create the document with path : /worksapce_root/folder1/folder2/folder3/mydoc. Nuxeo ...
0 votes
2 answers
0 comments
2018 views
Hi! In a project I need to use the PhpAutomationClient to retrieve some documents. I'am using the drupal's CMS with CAS Module. When I use default login and password to create a session like this, it's work. client = new ...
0 votes
2 answers
2 comments
2146 views
As part of an operation, I need to retrieve the path to a document's file:content for a remote system to access via WebDAV. However, the path as retrieved by getPathAsString() and getFilePath() do not match the path to the document as observed via ...
0 votes
1 answers
1 comments
3818 views
Bonjour, J'utilise Nuxeo Automation PHP pour envoyer des documents sur Nuxeo depuis mon application web. J'ai réussi à faire les requêtes pour envoyer les fichiers sur Nuxeo, cependant, lorsque je télécharge un fichier que j'ai envoyé, celui ci est ...
0 votes
1 answers
5 comments
2498 views
What needs to be done in order to avoid the following error from a operation event handler? org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentVersion$VersionNotModifiableException: Cannot set property on a version: My code works correctly when ...
0 votes
1 answers
0 comments
2055 views
I'm using @ldoguin's REST Client example to fetch some data from openlibrary.org upon document creation. User goes to create a new book: At this time, once the user clicks Create , I would like to fetch rest of the information about the book from ...
0 votes
1 answers
1 comments
2343 views
Hello, I am trying to use Python to POST data to the Nuxeo Automation API. Unfortunately I am unable to compose the “multipart/related” portion of the message correctly – I always receive the message “Failed to parse multipart request” with cause ...
0 votes
1 answers
0 comments
6015 views
Hi I am trying to retrieve all possible values for subjects trough REST API (even if the subject is not used in any document) Here is the POST request that I am sending to URL http://localhost:8080/nuxeo/site/automation/Document.Query HTTP headers: ...
1 votes
1 answers
0 comments
3000 views
This is an old topic, I've seen that there was a proposal in 2011 to implement a .net version of the automation api : http://forum.nuxeo.com/index.php?t=rview&goto=19312&th=4861#msg_19312 Is there anynews on this topic ? Do you have solution ...
0 votes
0 answers
0 comments
2381 views
Hello, I use the automation API in javascript and I have to upload a file. It works well with browsers that support XMLHttpRequest Level 2 but not with others as IE 8. In this case, I use an iframe … and I have this: Request `Request URL: ...
0 votes
0 answers
0 comments
3770 views
Hi, I use nuxeo 5.5 with client automation. So i use client automation operation to create or update documents I want to automatically create a major version for each modificated file document (extends file). How can i do it ? Have i to create a ...
0 votes
1 answers
0 comments
1999 views
I'm attempting to retrieve the image off of a Image document using the document url but have been unsuccessful. I've different variations of the example here but I continuously receive nothing. I know the host is correct, as I've been able to ...
1 votes
1 answers
0 comments
1986 views
This post is kind of a copy paste from this resource . If you're running nuxeo platform over https, you may face this exception the first time you try HttpAutomationClient, following the example provided in REST API documentation : ...
2 votes
0 answers
2 comments
3014 views
Hi, I created a new operation through Nuxeo IDE with Parameters with Nuxeo Studio as following: @Operation(id = MyOperation.ID, category = Constants.CAT_SERVICES, label = "My Operation", description = "")
public class MyOperation { public static ...
0 votes
1 answers
0 comments
1876 views
Hi, I would like to add string into a property defined into a document type without new operation definition. We can't easily add the item as: the object returned by Document.getProperty(“mySchema:myField”) is a String[] the set property operation ...
1 votes
1 answers
0 comments
4951 views
hi @ all, I'm tring to add extra data to “File” core DocumentType. To achive this i have created a schema with extra informations. like: <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" ...
2 votes
4 answers
9 comments
4410 views
I have a problem with an automation chain that I want to create. This automation chain is created in order to find documents in section by using specifcs right access of a login passed in parameters. It must do following steps : get 2 parameters : 1 ...
0 votes
2 answers
1 comments
5087 views
Trying to backport the RunOperationOnList automation operation to 5.4.2, i m meeting a casting problem : for (Object value : (Collection<?>) ctx.get(listName)) raises a Ljava.lang.String; cannot be cast to java.util.Collection Exception. it is ...
0 votes
3 answers
0 comments
1791 views
Hi at all, I have a problem with nuxeo automation client used for adding new documents… When i add new documents with blob attached (like in the example: http://doc.nuxeo.com/display/NXDOC/Using+Nuxeo+Automation+Client ) i can't see new documents ...
0 votes
1 answers
2 comments
2254 views
Hi @ all, I'm tring to create a document with name like “abc / 2323” with following code: nuxeosession.newRequest("Document.Create").setInput(new PathRef(pathtoworkspace)).set("type", "File").set("name", namewithslash).set("properties", ...
0 votes
0 answers
0 comments
2476 views
Hi, I have a problem with my automation chain I defined in Nuxeo Studio. The automation chain is bound to an event handler which react on the “Document Created” event. The automation chain should do the following: If a document is created with a ...
0 votes
2 answers
1 comments
6005 views