Development
Hi, I have a problem, I can upload a file with normal metadata, but I have a subtype of metadata like this: <xs:sequence> <xs:element name="item" type="nxs:content" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> ...
0 votes
4 answers
2 comments
4160 views
Hi, I am trying to upload a document to Nuxeo, which - according to the example in QA-Friday example is consisted of a 2-steps process: the 1st step, of uploading the file(s), works fine the 2nd step fails: I am trying to use the more capable API, ...
0 votes
1 answers
0 comments
3452 views
Hi. I have created a document template using freemarker. How can i get the properties of parent of the current doc. I can use the session to get what i want, but the context doesn`t work properly, it causes error. <center>
<img ...
2 votes
1 answers
0 comments
1897 views
Hello, I'm struggeling with the documentation explanation. I'd like to call the automation chain with the rest api, with multiple documents on input. I have no problem with one document; the body request look like that: { "input": ...
0 votes
1 answers
1 comments
3371 views
I have a complex list with type of photo as string and photo as files. Edit mode and create appear correctly while View Mode do not show photo although i have defined as an image widget. Also in view mode the single suggestion vocabulary is not ...
0 votes
1 answers
0 comments
1852 views
Hi. Seeing that Nuxeo supports NoSQL such as MongoDB, I'd like to know how hard/complicated it would be if I wanted to implement a driver / plugin that supports using Elasticsearch as the main data store for Nuxeo (not just for indexing). I though ...
0 votes
1 answers
2 comments
1778 views
Hi, I successfully use the bulk import of documents with their metadata (dublincore, versionning and primaryType) stored in a separated “.properties” file. I have just one problem with the “dc:modified” property. Indeed, Nuxeo will use the date of ...
0 votes
0 answers
0 comments
1776 views
Hi, I have a working LDAP authentication against Active Directory for users and groups. I wish to retrieve the jpegPhoto of my users from AD to display them in the avatar field of UserManager. Is it possible ? Does-it need to make a custom user.xsd ...
0 votes
0 answers
0 comments
1786 views
(as of now) we have developed 3 plugins for Nuxeo (one for simple assets deployments, one for replacing the default bin-mgr, and one for SSO); what I have noticed is that when the SSO plugin is used (i.e. deployed to 'bundles'), the Nuxeo-server ...
0 votes
0 answers
0 comments
1612 views
Path is not reflected with renamed folder name. In the below nuxeo response renaming a folder (latestFolder to Flower ) changes the title but not the path. Even I renamed rose folder to rose1 but still path shows the old value. So can anyone help me ...
0 votes
1 answers
0 comments
1866 views
Hi Everyone, I am new to Nuxeo platform and trying to get my head around it. I have a Simple workflow with just one 'Approve' node between Start and Stop. I am trying to add more nodes (linked to Approve node) on the fly after the workflow is ...
0 votes
1 answers
1 comments
2038 views
Hi every one, I'm traying to start a workflow using Rest api , Right now i can start a workflow but how can i assign the workflow to another user using the parametre variables exemple: ...
0 votes
0 answers
0 comments
1574 views
Hi everyone, I'm trying to design a workflow that will take a liste of documents and passe it throw workflow using: String createNewInstance(String routeModelId, List<String> docIds, CoreSession session, ...
0 votes
0 answers
0 comments
1638 views
I am trying to create new document of type Folder using Nuxeo client. I am able to create it by using api createdocumentbypath and createdocumentbyid. But when i am trying to fetch newly created document , getting error filenotfound exception. But ...
0 votes
0 answers
0 comments
1681 views
Hi, is it possible to resize the images using richtext_with_mimetype as the widget type in a Note document? I am trying to insert an image via link. In the editor, it retains the original image size but when the document is saved, the image shrinks. ...
0 votes
0 answers
0 comments
1522 views
Hello, Can anyone help on how to make a link always point to the latest version of a published document? This has been a problem for me because whenever the document is published with a new version, the url of the published document is also changed ...
0 votes
1 answers
1 comments
1604 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
1908 views
I would like to if there would be any widget which can be in the create layout or edit form and evaluated two schema fields.
2 votes
0 answers
0 comments
8037 views
I want to show in one content view titles from two related documents and other metadata. Is there any option or a best practise to do realize that?
2 votes
0 answers
0 comments
2979 views
I know this question has been asked before and was even a subject of a blog article, but answers to those were focused on curl like URLs and not so much on input/output variables. So: With Blob.Get one can get either the main-document or a document ...
0 votes
1 answers
4 comments
11795 views
I am able to export the documents manually. As the process is given in Nuxeo Documentation. That is a very simple and manual process. But is there any other process through which we can export existing documents in Nuxeo through automation ?
0 votes
1 answers
0 comments
2445 views
Hi, I would like to write date entry to a multi-valued complex field in an automation Unfortunately my POST request leads to errors when I use @{org.nuxeo.ecm.core.schema.utils.DateParser.formatW3CDateTime(CurrentDate.date)} as suggested in the API ...
0 votes
1 answers
2 comments
2186 views
Through my own custom listener I would like to delete main files and attachment from the nuxeo document. Deleting the document seems to be easy as you can use the below code. doc.getCoreSession().removeDocument(doc.getRef()); ...
0 votes
1 answers
1 comments
2365 views
Hi, I want to perform some actions when the value of a widget changes, and I don't know how. For example: I want to hide/show other widgets depending on the value of a “SelectOneDirectory” widget. I know how to do this with JSF, using and the ...
0 votes
0 answers
0 comments
1790 views
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
2317 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
2613 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
1814 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
3549 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
2109 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
2003 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
2273 views
Please reply if someone has already done on this part.
0 votes
0 answers
0 comments
1348 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
2129 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
3700 views
How to automate token generation using java?
0 votes
1 answers
0 comments
1996 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
8505 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
2297 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
1973 views