blob
Assuming I have three blob repositories configured (invoices, articles, default) for my instance. Is there a way to tell from the document metadata exactly where the blob is stored? Example configuration: <extension ...
0 votes
0 answers
1 comments
1827 views
Hello Guys, I have Problem in Removing Specific Attachment From Document. When I try to delete attachment with index 3, it will always delete last attachment that is index 0. I have tried using below code. DocumentService ds = ...
0 votes
2 answers
1 comments
2106 views
This is the error message that I get when attaching large blob file in a Document. 02:01:12.922 [main] DEBUG o.a.h.i.conn.DefaultClientConnection - Connection 0.0.0.0:41419<->10.30.10.175:8080 closed 02:01:12.922 [main] DEBUG ...
0 votes
0 answers
5 comments
2642 views
Hello, I would like to know if the binarie files (type blob) added in a workflow variable would be physically removed when the workflow is finish ? thank you
0 votes
0 answers
2 comments
1893 views
Hello, I got a multi-value blob document property that was perfectly set by a run script such as : if (WorkflowVariables["newFile"] != null){
java.util.Collections.addAll(Context["listBlob"], ...
0 votes
1 answers
1 comments
2244 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 have a worfklow var of type Blob. this var is set to an existant file (that has a fileName) When in a form I download this file, the file has no name and MOREOVER no EXTENSION…. Is it a bug in nuxeo workflow or did I miss something ? thanks
0 votes
1 answers
0 comments
2009 views
Hello, I want to set a Document var of type blob with a workflow var, in an automation chain, after selection of this var in a workflow form. This workflow var is not mandatory and that is the problem. 1) If I try “Update Property” but got an object ...
1 votes
2 answers
4 comments
5325 views
HI, I'm using the SDK Nuxeo on iOS in order to download documents with the method blob.get. The SDK returns an error for the operation, but the connection process is ok with a status 200.(console : Status code for The error in the debug console : ...
0 votes
0 answers
0 comments
1506 views
Using the REST API, I can successfully create a File document, and use Blob.Attach to upload the primary file for this document. Is there any way to attach supplementary files as well? I want to imitate the UI action of going to the “Files” tab, and ...
1 votes
1 answers
2 comments
3628 views