nuxeo-platform
Search.SuggestersLauncher accepts only one param searchTerm, and some context. I was wondering is it possible to narrow the search space just to a single folder, not the entire repository?
1 votes
0 answers
0 comments
950 views
Nuxeo Folks: KeyValueBlobTransientStore.getBlobs can return Collections.emptyList which you can't add to. However, SimpleTransientStore.getBlobs returns an ArrayList and so a unit test that expects to be able to add to the return value from getBlobs ...
0 votes
1 answers
1 comments
842 views
Hello, I wanto you change the title of my Nuxeo Plateform Page (I can do it in the admin tab by changing widget name of product) but I want to make it by an extension in studio. Someone know a way to do that? Thanks Sincerely
0 votes
0 answers
0 comments
795 views
Hi when i get a secific document using REST API , i'm getting the following informations in the json: . . . {“entity-type”:“document”, “repository”:“default”, “uid”:“dde893c1-ed1d-493e-8c11-51fe4b3aaf13”, ...
0 votes
1 answers
3 comments
1535 views
Is there a way to fetch every existing proxies of a live document ?
0 votes
1 answers
0 comments
1031 views
The Nuxeo web installer / setup wizard relies on being connected to the internet to complete and cannot complete without it. This makes in impossible to install Nuxeo in a secure environment with no internet access without cloning from an existing ...
0 votes
1 answers
0 comments
864 views
Setting nuxeo.user.group.storage=userLdapOnly does not work as documented having the opposite effect and fails to show any of the groups otherwise shown by setting it to =ldap
0 votes
0 answers
0 comments
804 views
Setting nuxeo.directory.type=multi in nuxeo.conf does not work as documented. It causes failures to log in altogether with ldap and local users and if bypassing login with an emergency user it causes 500/internal server errors when searching for ...
0 votes
0 answers
0 comments
908 views
Under Admin > Setup > Directory type > LDAP or Multi you are able to set parameters with as DN= and OU= with capitals. The ‘Check Authentication’ button confirms these are valid characters and passes the check. After saving changes the ...
0 votes
0 answers
1 comments
864 views
0 votes
0 answers
2 comments
911 views
Hi, I'm trying to migrate 250 million rows from audit postgresql database to elasticsearch. This processing time is very long ? (~ 500 entries / s) Currently, I am running one server that is only doing this data migration. Is there a command line ...
0 votes
0 answers
0 comments
968 views
Is there a swagger/openapi spec for the REST API? I see some jira issues but couldn't find anything useful..
0 votes
1 answers
1 comments
2223 views
Hi, I would like to use deleteOrphanBinaries.groovy script, How use it ? Thanks. Regards, Eric Galant
0 votes
2 answers
4 comments
1182 views
Dear Nuxeo Users/Developers, I am testing nuxeo 10.2 platform I installed two add ons from Nuxeo Online services I installed with mp-install addon started nuxeo-arender (id: nuxeo-arender-1.0.0) addon started nuxeo-arender-connector (id: ...
0 votes
3 answers
1 comments
1276 views
I am doing a bulk update using nuxeo csv-import. The documents have existing data in an integer field. I'd like to force the integer fields to have a null value. To be clear, this means the value in my:integerField will need to change from “12345” ...
0 votes
1 answers
1 comments
1224 views
Hello, Howto publish a document in the webUI interface ? Best regards Dominique
0 votes
1 answers
0 comments
871 views
Nuxeo folks - regarding the setInitialVersion method of the StandardVersioningService class - the method does not take policy ordering into account on document creation as the retrieveMatchingVersioningPolicy method does on document update. So it ...
0 votes
1 answers
0 comments
768 views
We are using Nuxeo 5.6 in production and we see a memory leak each time nuxeo.workManagerCleanup internal job is executed. This job is executed using Quartz every few minutes. In the code of the Nuxeo plateform, the fireEvent method of ...
0 votes
2 answers
0 comments
902 views
Hi, When I delete a file from the trash in nuxeo (definitively), the blob on the filesystem is already present. Thanks for your help. Regards, Eric
0 votes
1 answers
1 comments
1152 views
Hello, We have upgraded nuxeo to version 9.10. and Nuxeo starting is very slow , about 45 minutes to start ! We think that it provokes by the size of the data (145G), we use postgres 9.6. we set this value : launcher.start.max.wait=3600 ...
0 votes
0 answers
1 comments
1057 views
Since I passed on Nuxeo LTS2016 , when a user publish a document to a section , sometimes the notification is send, but most of the time it's not. On my 5.8 platform, it used to work fine. I have the message in the server.log : 2018-09-26 ...
1 votes
1 answers
3 comments
1473 views
It looks like nuxeoctl showconf only displays configuration properties defined in nuxeo.conf . Is there a cmd-line way to get a full dump of all properties from all templates after they've all been loaded and the server started?
0 votes
1 answers
1 comments
1159 views
Hi there. First post here :-) I'm completely new to Nuxeo (never used it or worked with it before) and while I appreciate the material on Nuxeo University I feel it's a steep learning cure and could really use some personal guidance. Does anyone ...
0 votes
0 answers
0 comments
1430 views
Hello ! I'm using the 9.10 version of nuxeo plateform and I want to define an ldap-group members as administrator. I only use ldap management (SQL + LDAP managment). How can I do it ?
0 votes
2 answers
1 comments
1086 views
Hello, I want to implement a Fancybox inside our Tab. I don't now how to install the Bundles for the module 'FancyBox'. Thanks.
0 votes
0 answers
0 comments
889 views
Hello, It seems that only the users who belong to the group Administrator can update user profiles. But I would like to allow the authentified user to be able to update his own profile. How could I do that ? I tried with the PUT request : curl -X ...
0 votes
1 answers
0 comments
1176 views
Hi everyone, We are evaluating Nuxeo platform version 10.2 with webui. But we are really interested in jsf addons nuxeo-signature and nuxeo-quota. Is the migration of these addons planned for soon? If not, what would be the best way and ...
0 votes
1 answers
0 comments
1111 views
0 votes
0 answers
0 comments
942 views
Hi, In Nuxeo University, course “Nuxeo Platform Developer Basics”, video “Manipulating Documents Part 1: Creation and Retrieval”, the narrator tells us that we will only have to use coreSession.save() on unit tests, because everywhere else is called ...
0 votes
0 answers
0 comments
1030 views
Hi , I want to override a document type in nuxeo, i try to do it with nuxeo studio i don't find a solution. Anyone can help me.
0 votes
1 answers
0 comments
1404 views