nuxeo-platform
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