Development


Related Questions
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
  656 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
  672 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
  2371 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
  1332 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
  1053 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
  916 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
  1066 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
  842 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
  1541 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
  1403 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
  1551 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
  1154 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
  834 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
  869 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
  1330 views