Development


Related Questions
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
  1836 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
  3264 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
  1782 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
  1695 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
  1694 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
  1713 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
  1524 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
  1783 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
  1927 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
  1503 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
  1570 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
  1602 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
  1445 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
  1523 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
  1833 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
  7958 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
  2913 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
  11668 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
  2370 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
  2107 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
  2285 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
  1714 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
  2231 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
  2490 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
  1735 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
  3465 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
  2039 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
  1930 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
  2185 views

Please reply if someone has already done on this part.
  0 votes
  0 answers
  0 comments
  1282 views