nuxeo-platform
Is it possible to have Document.GetChildren not return .trashed files? By default they are included: { "path": "/test/The Basics.pdf._1547968140071_.trashed", "uid": "44cf396c-dbe3-4e21-8886-e0a1d3a76a91", "properties": {}, "title": "The ...
0 votes
1 answers
2 comments
1265 views
Observed behavior: open WebUI and navigate to a folder drag'n'drop a css file called styles.css press Import check the document type, it will be Note, with “note:mime_type” property set to “text/plain” NuxeoUI on batch upload correctly sets the ...
0 votes
1 answers
0 comments
1669 views
I have a vanilla Nuxeo LTS2017 (Vmware) and I am connected as Administrator; I don't see delete button on documents actions.
0 votes
0 answers
0 comments
896 views
Hi all, Please, I want to know if the API playground works behind an apache server using an auto-signed certificate ? I have a java snippet that works with two instance of nuxeo (which use a valide certificate) but it does not works with the third ...
0 votes
0 answers
0 comments
1115 views
Hello, navigation problem that often happens : here is log error : ERROR [org.nuxeo.ecm.webapp.context.NavigationContextBean] does anyone know what it's about Thanks
0 votes
0 answers
0 comments
1043 views
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
1189 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
1067 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
992 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
1862 views
Is there a way to fetch every existing proxies of a live document ?
0 votes
1 answers
0 comments
1347 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
1066 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
974 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
1105 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
1104 views
0 votes
0 answers
2 comments
1116 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
1208 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
2581 views
Hi, I would like to use deleteOrphanBinaries.groovy script, How use it ? Thanks. Regards, Eric Galant
0 votes
2 answers
4 comments
1426 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
1526 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
1457 views
Hello, Howto publish a document in the webUI interface ? Best regards Dominique
0 votes
1 answers
0 comments
1093 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
958 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
1152 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
1462 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
1326 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
1690 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
1385 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
1684 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
1328 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
1083 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
1428 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
1350 views
0 votes
0 answers
0 comments
1125 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
1250 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
1632 views
Nuxeo Folks - regarding: https://github.com/nuxeo-sandbox/nuxeo-retention I realize this is in the sandbox - but this component has some interesting capabilities for us. In experimenting with it - I've defined an automation action to be taken upon ...
0 votes
1 answers
0 comments
1317 views
Assuming I have three blob repositories configured (invoices, articles, default) for my instance. Is there a way to tell from the document metadata exactly where the blob is stored? Example configuration: <extension ...
0 votes
0 answers
1 comments
1827 views
I'm trying to implement a default versioning policy as follows: On initial document creation - set the version to 1.0 Thereafter - increment the minor version number (1.1, 1.2, …) I have tried various combinations of: ...
<policy id="test" ...
0 votes
1 answers
3 comments
1729 views
Our unit tests use the use the in-memory key/value store. We would like to run the same tests from the command line via maven - but use Mongo as the key/value store. We've configured local servers via templates to use mongo as the key/value store to ...
0 votes
1 answers
1 comments
1508 views
Hi, i have a problem when adding a code to display inputtext field. This is my code : <extension target=“org.nuxeo.ecm.platform.forms.layout.WebLayoutManager” point="layouts"> <layout name="textWidgetLayout"> <templates> ...
0 votes
0 answers
0 comments
1711 views
Hi everyone, I want to know how to insert a filed input text outside form of a document . Below the location where I want the insert Thanks
0 votes
0 answers
0 comments
1316 views
My team is preparing Proof of concept, We selected Nuxeo as a platform, and we are facing performance issue. How to reproduce: 1. Nuxeo ECM loaded with 100 pdf documents (200KB each).
2. 10 user groups(local) created with read permissions to ...
0 votes
0 answers
6 comments
1973 views
When components get reloaded they will stay in activated state and will not get started. The problem seems to be in ComponentManagerImpl.applyStashWhenRunning () where new components are activated in one loop, and then in the next “isStandby()” loop ...
0 votes
1 answers
1 comments
1376 views
Hello, I try to reproduce the configuration to generate a PDF with the following step: `- Context.FetchDocument - Document.Query: query: "SELECT * FROM Document" language: NXQL - Render.DocumentFeed: template: "template:CSVExport" filename: ...
0 votes
1 answers
0 comments
1552 views
for some unknown reason, sometimes, libreoffice doesn't work as expected during thumbnail generation… In these cases, when nuxeo try to generate thumbnails for new documents, it launch its command line and wait job result. But the result never ...
0 votes
1 answers
0 comments
1572 views
Hi everyone, I want to know how to cancel a event in code java. Thanks,
0 votes
0 answers
0 comments
1291 views
Hi people, I have created a nuxeo bundle to override some parts of nuxeo interface. I have been able to to change some icons (pdf, word, excell, workspace etc) but not section icon. I have replaced all icons of section but it does not appear in the ...
1 votes
0 answers
0 comments
1373 views
Hi, I have an action of type “bare_link”, and I would like to execute a javascript function when the user clicks on the link, so I can register the event on the Audit Logs. I've seen that bare_link type actions are supposed to have a property called ...
1 votes
1 answers
0 comments
1767 views
Hi, I want to retrieve lifecycle state of document before delete it. Anyone have a solution.
0 votes
1 answers
1 comments
1809 views
Hi community, I have created a test system with a Nuxeo community server and a PostgreSQL database. The test server works fine under my user account on a Suse Linux. Now I will generate a static war to deploy to a development server. The ...
0 votes
3 answers
0 comments
1447 views