Development


Related Questions
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
  1429 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
  1310 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
  812 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
  998 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

According to documentation and source code : “The nuxeo-connection sets up a connection to a Nuxeo instance and encapsulates the access to the JavaScript Client” a 'token' property can be set for Token Authentication (set method=“token”) What is the ...
  0 votes
  1 answers
  1 comments
  975 views

Hello, I have created a custom authentication with a JWT token in nuxeo for both, WebUI and Rest API. For the second one, I am using Java Client SDK 3.2. The WebUI authentication works perfectly, but in the Rest API the behaviour is a little ...
  0 votes
  1 answers
  0 comments
  1270 views

Hello, I am trying to use the java api to create a document with attached files. I saw the examples in the documentation and it's working fine. Now I want to try my own method : one call to create the document and attach the files :) ...
  0 votes
  0 answers
  0 comments
  1172 views

How to permanently delete items in search trash? In Web UI : No action button as “empty trash” is visible No action button appears in blue menu bar when items are selected If it is not possible in Web UI, is there any solution using Nuxeo API?
  0 votes
  3 answers
  0 comments
  1700 views

est-il possible d'ajouter des fichiers externes au document de type différent de File? (J'ai créé un nouveau type de document étendant Document et je souhaite mettre à jour le fichier: contenu de ce document et ajouter des fichiers externes)
  0 votes
  2 answers
  0 comments
  1116 views

Hi As the creation of document is 3 step process. I am having two different apis- Batch Creation and Create metadata(document) ——> Wrapper on nuxeo created with spring rest template and uploading image in 2nd step directly to nuxeo with out ...
  0 votes
  0 answers
  1 comments
  1103 views

Hello, Either the following piece of code: <nuxeo-data-table ... orderable="true" editable="true"> <nuxeo-data-table-column ...> <template> [[item]] </template> </nuxeo-data-table-column> <nuxeo-data-table-form> ...
  1 votes
  1 answers
  0 comments
  1237 views

I've user directory with custom fields added for instance “area”, when i create a new user and set his password it works fine and the field “area” is present but when i create a new user without setting his password the “nuxeo-invite” is launched ...
  0 votes
  1 answers
  1 comments
  888 views

Hi I have written test classes @RunWith(FeaturesRunner.class) @Features({PlatformFeature.class,AutomationFeature.class}) @Deploy(“org.nuxeo.ecm.core.schema”) @Deploy(“org.nuxeo.ecm.actions”) @Deploy(“org.nuxeo.ecm.automation.core”) ...
  0 votes
  1 answers
  0 comments
  1342 views

I'm trying to retrieve document custom schema properties via a REST call. I am only able to pull basic document details. I would like to pull the custom schema fields for my document type via rest. Is this possible, and if so how can it be done? ...
  0 votes
  2 answers
  0 comments
  1197 views