Development


Related Questions
Hello, I am trying to modify the page provider used by the top search bar by adding a second parameter. I have followed the example in this post. ...
  0 votes
  0 answers
  0 comments
  904 views

I'm trying to sync user management between Nuxeo server and an application built with it. I've read the model documentation at https://doc.nuxeo.com/rest-api/1/user-entity-type/ and the endpoint documentation at ...
  0 votes
  2 answers
  0 comments
  932 views

I doing performance testing of Nuxeo instance but I am sometime getting BatchUpdateException. I am uploading same file repeatedly with different metadata. I am using Postgres as backend DB. Failed to save session, java.sql.BatchUpdateException: ...
  0 votes
  1 answers
  0 comments
  1237 views

Bonjour, Comment je peux donner des permissions aux utilisateurs externes en utilisant un automation chain? D'habitudes j'utilise Document.AddACE pour donner les permissions à nos utilisateurs internes. Je vous remercie d'avance pour votre aide. ...
  0 votes
  1 answers
  3 comments
  1018 views

I want to develop and application with multiple forms (around 40 form) in book format. Each form goes in process related to previous form.40 forms are divided in to 4 sections of 10 forms. Like first 4 forms are filled by one user group and then ...
  0 votes
  0 answers
  0 comments
  699 views

All - I'm looking for how to verify a configuration setting was correctly applied. $ pwd /opt/nuxeo/server/nxserver/config $ cat zzzzz-config.xml <?xml version="1.0"?> <component name="zzzzz.config"> <extension ...
  0 votes
  0 answers
  0 comments
  698 views

I use nuxeo rest api with basic authenticate. But I want to use it without authenticate? How can I solve it?
  0 votes
  2 answers
  0 comments
  861 views

Hi, I have a Nuxeo server running inside a Docker container, accessed on the web UI. I am trying to develop a package to define new document types. I created a multi-module project using command nuxeo bootstrap multi-module then a package using ...
  0 votes
  1 answers
  0 comments
  1013 views

Nuxeo folks: In docker-entrypoint.sh you have: for f in /docker-entrypoint-initnuxeo.d/*; do case "$f" in *.sh) echo "$0: running $f"; . "$f" ;; *.zip) echo "$0: installing Nuxeo package $f"; nuxeoctl mp-install $f ${NUXEO_MPINSTALL_OPTIONS} ...
  0 votes
  0 answers
  2 comments
  1044 views

Hello, I am trying to override the User schema and add a property that is a list of complex type. I have been able to override the schema and add properties that are simple types (i.e. a string property), but when I tried adding a property that is a ...
  1 votes
  0 answers
  0 comments
  1186 views

I have tried to get audit logs using /api/v1/automation/Audit.QueryWithPageProvider API and manged to get below result. Request { "params": { "providerName": "EVENTS_VIEW", "namedQueryParams": { "principalName": "Administrator" }, "pageSize": 100, ...
  0 votes
  0 answers
  0 comments
  1160 views

Hi, Is there any way to replace the suggesters used in the default search boxes? For example, the quick search bar at the top right or the User/Group search bar when adding permissions to a document ? I tried using the solution in this post as a ...
  0 votes
  1 answers
  1 comments
  1004 views

Hello, I followed the following link to import a javascript resource into my nuxeo but I don't know how to use this resource in another page such as nuxeo-file-create-layout.html. Do you have an idea please. Thank you
  0 votes
  2 answers
  1 comments
  825 views

I have integrated elastic search for audit logs but I want to get IP of the device from which the operation is performed in Nuxeo or any API has been called. Is there any way to get IP address in audit logs?
  0 votes
  0 answers
  0 comments
  946 views

Hello, recently i just started working on a nuxeo project, and my job is to redirect user after logout to another page, not login.jsp. is it doable on nuxeo or not ?
  0 votes
  0 answers
  0 comments
  790 views

Hello! I'm using Nuxeo 10.10 and I have the nuxeo-quota-1.8.3 bundle installed. Now, I'm trying to consult quota information from my client app. I think that I have to use NuxeoClient but I don't find a way to do it. Does anyone have any idea about ...
  0 votes
  1 answers
  1 comments
  769 views

I have uploaded a document in Nuxeo and got a link. I can download my document accessing that link. Now, I trashed my document and got “isTrashed”: true as well but still I can download my document using the link which is generated by Nuxeo. Is ...
  0 votes
  1 answers
  2 comments
  794 views

Hi, Is it possible to get configuration data inside a custom component? The only properties I saw that are available (saw in other components) are user and document . Is there a way to get data from the nuxeo.conf or other sources? I need this ...
  0 votes
  3 answers
  0 comments
  869 views

I am using ElasticSearch for audit logging. I have set all the configurations required in nuxeo.conf. How can I fetch audit logs for a period of time and for group creation or permission and other activities?
  0 votes
  2 answers
  0 comments
  1654 views

Has anyone created a document action in WebUI to download the JSON file of the document being viewed (or selected)? The Nuxeo Plugin for Chrome has a feature similar to this (it isn't downloaded, just thrown in a tab), but it would be very useful to ...
  0 votes
  2 answers
  3 comments
  1229 views

I want to add some values in vocabulary when the nuxeo server started successfully. Is there any event which can be triggered to achieve this or any other way i can do this, i just want to add these values from a csv files and only once
  0 votes
  1 answers
  3 comments
  818 views

I want to customize the nuxeo-data-table that shows nuxeo-results in nuxeo-assets-search-results.html by adding a new column which displays a property of a parent document. I'm asking a solution to access to a parent document data in such widget. I' ...
  0 votes
  2 answers
  3 comments
  1218 views

Hello I'm trying to restart an instance after a backup restore, and I have the following error. The Json received by Nuxeo in front seems to be cut, and therefor i have “Invalid json” error and it cannot retrieve the document. Any idea about this ...
  0 votes
  0 answers
  0 comments
  500 views

Hello! I'm trying to search using a full-text query. As I have to search into a specific field I'm trying to use the property: ecm:fulltext.somefield = 'something' but it doesn't work for me. Any idea? Here is my code: ecm:fulltext.act:subject = ...
  0 votes
  1 answers
  2 comments
  950 views

Hi, I want to get the searched word in the full text search on the thumbnail preview in the list view results for custom search. i'm able to search the word in the normal search without overriding, but was not able to replicate in the custom search. ...
  0 votes
  1 answers
  2 comments
  776 views

Hello, I have a problem with displaying vocabulary. I have the Id displayed instead of the labels. Do you have an idea
  0 votes
  3 answers
  4 comments
  1177 views

Hello, I am trying to know if a document is a version, but Java Client doesn't retrieve that information about a document. When I use the “fetchDocumentById” method, I get a “Document” object, but I have no properties to know if it is a version or ...
  0 votes
  2 answers
  5 comments
  1179 views

En fait nuxeo affiche le label du vocabulaire convenablement dans les layouts (create, edit, metadata). J'aimerais bien afficher le label du vocabulaire dans le view layout du document parent. J'ai ajouté une colonne dans “nuxeo-data-table” qui est ...
  0 votes
  3 answers
  4 comments
  1235 views

Hi, I am using Nuxeo for developing an application. If Nuxeo releases any upgrade, hot fix or new version then how would I get to know that it is available? Is there any notification service which I can subscribe to get email or something?
  0 votes
  0 answers
  0 comments
  593 views

On Nuxeo security web page ( https://www.nuxeo.com/security/ ) , it is mentioned that safe storage of keys within a hardware security module (HSM) connected to Java virtual machine can be done. I can not find how to do it. Any help will be ...
  0 votes
  0 answers
  0 comments
  612 views

I am trying encrypt binaries stored in Nuxeo. I created a KeyStore file using below command. keytool -genkey -alias nuxeoKey -keyalg RSA -keystore /home/ssg0252/Desktop/keyStore.jceks -storepass password File created and I have used the file in XML ...
  0 votes
  1 answers
  1 comments
  2233 views

I tried to configure separate repositories for encrypted and non-encrypted documents. I managed to do save documents in respective repositories as well but the URL received by Nuxeo after creation show 'default' repository only. E.g. ...
  0 votes
  1 answers
  0 comments
  1246 views

Hello, I need to use 'nuxeo-document-suggestion' in my page Provider and I need to filter document that will be suggested, so I created a new page provider(query-filter-search).with query like this “ecm:isCheckedInVersion=0 AND ...
  0 votes
  1 answers
  3 comments
  977 views

Hi all, In my project I am using the Nuxeo .NET client for querying the assets and until I decided to introduce tags in my project everything worked perfeclty. However, the issue I am facing is querying the assets with more than one tag in the ...
  0 votes
  1 answers
  0 comments
  821 views

Hi we have added below properties in nuxeo.conf elasticsearch.enabled=true audit.elasticsearch.enabled=true elasticsearch.indexName=dms-uat audit.elasticsearch.indexName=${elasticsearch.indexName}-audit Please let me know how find Audit logs using ...
  0 votes
  1 answers
  1 comments
  986 views

I want to encrypt document and metadata associated to a document. Is it possible to do so? I checked encryption provided by Nuxeo on this link https://doc.nuxeo.com/nxdoc/implementing-encryption/ but this does not say anything about metadata ...
  0 votes
  1 answers
  0 comments
  757 views

I have created a plugin for authentication which will be validating a JWT token passed during API calls. I have also installed web-ui plugin of Nuxeo on my server but when I am logging in with Administrator credentials on web ui login page, it ...
  0 votes
  1 answers
  0 comments
  1430 views

Hi, When a Nuxeo server is behind a load balancer which can reuse backend TCP connections, we should ensure that the load balancer is responsible for closing TCP connections by defining its idle timeout to be lower than Nuxeo's keep-alive timeout ...
  0 votes
  1 answers
  0 comments
  1311 views

I have added below lines in nuxeo.conf nuxeo.core.binarymanager=org.nuxeo.ecm.core.blob.binary.AESBinaryManager nuxeo.core.binarymanager_key=password=mypassword I was already having some files already available in binaries folder which were in plain ...
  0 votes
  1 answers
  8 comments
  1436 views

Hello, In my project, I have more than 20 document types, and I need searches for all of them. I am following this: https://doc.nuxeo.com/nxdoc/web-ui-search/ All searches work properly; however, as I have a lot of searches (more than 20), I have ...
  0 votes
  1 answers
  3 comments
  1070 views

I have created a custom plugin for some Purpose. now I want to use BinaryMetadataService.class which is interface in Nuxeo. I tried to find the existing contribution but couldn't find. Please let me know what i am doing wrong. Following ...
  0 votes
  0 answers
  0 comments
  753 views

Nuxeo Platform NXP-19881 Be less strict when getting BinaryMetadata fails for a field this Issue is still not fixed in Version 10.10 .I am getting NumberFormatException if EXIF:XResoultion is in Decimal having value 71.983. I am attaching the image ...
  0 votes
  0 answers
  0 comments
  771 views

I am creating a document in Nuxeo. In the response of document creation API, changeToken is 0-0 and when I am fetching same document by uid changeToken is 3-0. Why I am getting different values without making any changes in the document?
  0 votes
  1 answers
  1 comments
  1241 views

I am using below URL, request and headers. I want to get size of the image in KBs or MBs uploaded in Nuxeo. The key with dms: prefix are custom fields. How can I get the size? Endpoint : /site/automation/Repository.Query Request { “params” : { ...
  0 votes
  1 answers
  0 comments
  831 views

Hi all, I would like to execute a query that would return to me the document based on the file:content/data field. I have tried several different ways of writing the query down but nothing seems to be working for me. Could you please tell me is it ...
  0 votes
  2 answers
  0 comments
  1041 views

I added a custom property to the nuxeo.conf file. I want to use this custom property in webui. For exemple in slot-content <nuxeo-slot-content name="defaultMY_SLOT_NAME" slot="MY_SLOT_NAME"> <template> <my-element ...
  0 votes
  1 answers
  1 comments
  813 views

I would like to pull all the documents are created recently using NXQL. Please suggest me the NXQL for the same order by date
  0 votes
  1 answers
  0 comments
  1026 views

I am getting Invalid change token message from nuxeo while creating multiple documents together in Nuxeo using /api/v1/path endpoint. What is changeToken and when it becomes invalid?
  0 votes
  0 answers
  0 comments
  913 views

Hi guys, I decided to change the database type for some performance issues. I am using mssql for the database. Now, I want to use postgresql. This is a test environment but I have to change the production environment at the end. I can see a lot of ...
  0 votes
  2 answers
  0 comments
  1000 views

When editing a document, you get a message in the top-right saying: A draft of this document has been saved. Use Draft | Discard Draft How do I disable this action? I tried to find it via the Admin UI Development mode, but could not hover over it. ...
  0 votes
  0 answers
  1 comments
  735 views