Development
Hello. I am trying to upload a file using java client 2.1 using the API example: Blob fileBlob = new Blob(io.File file); blob = nuxeoClient.automation().newRequest(“Blob.AttachOnDocument”).param(“document”, “/folder/file”).input(fileBlob).execute(); ...
1 votes
1 answers
0 comments
1540 views
I have a logic in my client java code, which creates a document given the path, where it should reside. My logic checks for non-existing folders in a path. This check is in place to avoid FileNotFound exception and create the hierarchy first before ...
0 votes
1 answers
1 comments
1551 views
Hi, I am trying to configure Scan Document importer as per the instructions mentioned in this https://www.nuxeo.com/blog/monday-dev-heaven-multithreaded-transactional-documents-import-nuxeo/ . I am able to fire an event [Notification.SendEvent] ...
0 votes
0 answers
0 comments
1150 views
Hi, I'm trying to call the operation “ Tag.Suggestion ” using the java-client. I expected to get a list of tags or something but just get a ClassCastException because the client expect a Map as result but received a ArrayList. My code is NuxeoClient ...
0 votes
0 answers
0 comments
2765 views
Hi, Is anybody know how to query / view / show for a specific user (not an administrator) the tasks in progress for all the workflow he initiated ? Thanks
1 votes
3 answers
1 comments
1433 views
I'm using the Drupal CMIS module to sync content between Nuxeo and Drupal. Has anyone set this up before? Whenever I run cron to update the latest documents the query SELECT * FROM cmis:document WHERE ...
1 votes
0 answers
3 comments
1365 views
I'm using the PHP automation client to bulk import some images. When I create document 'file' everything works fine, but if I change it to 'picture' it seems to work and I get a response like: ...
0 votes
1 answers
2 comments
1513 views
Please reply if someone has already done on this part.
0 votes
0 answers
0 comments
832 views
I am Creating a Spring-Java Application where i am Using Nuxeo as File Storage. I can do all operations like create workspace, folder, file, versions using HttpAutomationClient. i want to get all information of file like versions. but i am not able ...
1 votes
0 answers
0 comments
1414 views
Please reply if you guys know. I am stuck in this. I have to finish this importing ASAP.
0 votes
1 answers
3 comments
3071 views
How to automate token generation using java?
0 votes
1 answers
0 comments
1327 views
I calling Nuxeo rest API to delete a document like below: DELETE: /nuxeo/site/api/v1/id/:9b2e39ca-b1cc-4df2-8243-0e3b8bd46032 Result: document is getting deleted from database but always throws an error like below: ...
-1 votes
0 answers
2 comments
7712 views
Hi, There seems to be many unanswered, or incomplete, questions regarding the ability to import 'tags' associated with doctypes upon use of the CSV importer. A member of the community apparently wrote code to resolve, or add, this feature: ...
0 votes
1 answers
0 comments
1631 views
Hi, I am newer to Nuxeo. I had integrated it with custom Java Application using HttpAutomationClient. But I want to create a Domain using Java Code. I am not able to find a way to do that. Kindly help.
-1 votes
0 answers
0 comments
1300 views