Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Not getting correct repository name in document URLs

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. http://localhost...

Getting InvalidKeyException for KeyStore File

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 ...

Nuxeo no more CMIS compatible !

CMIS is a common protocol and the preferred way of interfacing Nuxeo with legacy systems. Without much notice, Nuxeo decided suddenly to get rid of the SOAP binding, more precisely : in 9.3 : https://jira.nuxeo.com/browse/NXP-22799 This does NOT cove...

Resolved! When creating a File Template in Nuxeo UI getting 500 error

When browsed to "Templates" folder and creating a "File Template", the preview in view is just showing an error code, {"entity-type":"exception","status":500,"message":"Error while converting via CommandLineService"}. The file I am browsing is an emp...

Resolved! Binary Encryption Issue

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 ...

Modify CSS Element Within Studio for WebUI

Is there an easy way to modify a CSS element for a dom-module using Studio? I figure I could create a custom element, and copy the module code from the elements.html, then modify as desired. However, that also requires an import into our bundle.html ...

type an image title type an image title

Retreive Audit Logs

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 R...

Resolved! list document to search in nuxeo-suggestion-document

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 ecm:currentLifeCycleS...

Workflow removed can still be selected

Good Morning I have a problem with workflows. I have seen that after deleting a workflow in nuxeo studio, the type of document the workflow was associated with still allows the option to send that document to that workflow. I need those deleted workf...

j_porras by Champ in-the-making
  • 1810 Views
  • 1 replies
  • 0 kudos

Problem with extendedUserSchema

Good Morning Some time ago I performed an extension of user metadata, extendedUserSchema, in order to store more user information. A moment ago I tried to modify the data of a user from the Platform, and all the metadata that I added in its day have ...

j_porras by Champ in-the-making
  • 951 Views
  • 1 replies
  • 0 kudos

Query assets with tags via Nuxeo .net client

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 query....

Is it possible to create an image conversion via API?

Could you please tell me is it possible (and how) to add a new picture conversion to an existing picture document in Nuxeo Platform? My use case is the following, I can upload a picture file to the platform and after some time I would like to upload ...