Development
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
264 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
184 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
221 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
193 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
2 answers
3 comments
256 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
326 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
2 answers
4 comments
235 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
184 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
170 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
236 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
233 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
269 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
206 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
253 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
194 views