7.2
I am newbie in Nuxeo Suggest on this how it can be achieved with Automation chain When button clicked browse file, upload document and replace existing document.
0 votes
0 answers
0 comments
1313 views
Hello, I'm writing a Java migration program from Nuxeo 7.2 to 8.3 When I try to copy a note with multiple lines I get an error because Nuxeo interprets a carriage return in the note content as a new property. Document note = (Document) ...
0 votes
1 answers
0 comments
1952 views
Hello, I am trying to upload a file using the java automation client : FileBlob blob = (FileBlob) session.getFile(path); session.newRequest(“Blob.Attach”).setHeader(Constants.HEADER_NX_VOIDOP, “true”).setInput(blob) .set("document", ...
0 votes
1 answers
0 comments
3113 views
Hello, I'm writing a migration Java program from versions 7.x to 8.3 and I can't manage to get a list of all the users, groups and permissions on documents using the java automation client. Any help would be appreciated !
0 votes
1 answers
0 comments
2560 views
Hello, Is someone has already implemented a SEDA connector to send NUXEO documents in an electronic archive software ? Regards
1 votes
0 answers
1 comments
1715 views
I need to know the reason behind why the transaction still continues? Is this related to database locking? If it is, what resources are they locking? TIA
0 votes
0 answers
2 comments
4475 views
0 votes
1 answers
4 comments
2910 views
I can't upload large files even i'm using the Nuxeo Drag and Drop UI. The Progress bar is finished but after I press the continue button the clinet prompt Request Timeout. What should I do? avax.transaction.RollbackException: Unable to commit: ...
0 votes
0 answers
1 comments
2509 views