Development
Bonjour, J'ai un problème avec mes requêtes NXQL, en effet je cherche à effectuer une recherche sur un champ (dc:title par exemple) qui ne soit pas sensible à la casse depuis une application développée avec Django et utilisant l'API Python de Nuxeo. ...
0 votes
0 answers
0 comments
362 views
my code doc = repository.timeout(60).readTimeout(60).writeTimeout(60).createDocumentByPath(pathDoc, doc); Exception is org.nuxeo.client.spi.NuxeoClientException: Error during call on Nuxeo server at ...
0 votes
0 answers
0 comments
415 views
In a automation chain i have : - Context.SetVar: name: vReferenceNeutre value: "@{Document.getProperty(\"dec:xNoAz/sValeur\")}" What is the syntaxe of Document.getProperty to get the first sValeur for a property with multiple value as : ...
0 votes
1 answers
0 comments
342 views
This is related to a question I posted a few weeks ago, https://answers.nuxeo.com/general/q/2b7e0103f3a84092af278beb46e2dbbf/Can-I-hide-Empty-Trash-from-some-users. We wanted to hide the “Empty Trash” button from everyone that is not an admin. The ...
0 votes
3 answers
0 comments
296 views
Hey Guys, I would like to check whether a user is external or not, right now fetching the user there doesn't seem to be an easy way to check whether the user is external or not from the User object. Are there any ways to do this with the Java client?
0 votes
1 answers
0 comments
280 views
We have a custom doctype that was using the Nuxeo “default” lifecycle. We found that we didn't like the states of “project,” “approved,” and “obsolete,” so we created a new custom lifecycle called “simple” with the states of “active” and “inactive.” ...
0 votes
1 answers
1 comments
495 views
hi, i have a problem with the OAuth 2 when i used the rest api just like the document first a create a new entry in the oauth2Clients directory, for instance with curl using this: curl -u Administrator:Administrator \ -H 'Content-Type: ...
1 votes
0 answers
0 comments
318 views
Hello, I got this error in server.log 2021-03-16T00:22:13,778 ERROR [Nuxeo-Work-default-3:389713256544896.513963972] [org.nuxeo.ecm.core.work.AbstractWork] Exception during work: FulltextExtractorWork(b7d32955-abd3-4b29-9911-d0f0145b9c0c, , ...
0 votes
0 answers
0 comments
246 views
Hello everyone, I just configured Nuxeo (LTS 2019) to work with Elasticsearch (6.5.3) and MongoDB (3.6.8), Nuxeo works fine with these two servers now, but every time Nuxeo starts, I found these logs in the server.log file : ...
0 votes
0 answers
0 comments
454 views
Hello everyone, My company is currently using Nuxeo 6 (even though an upgrade is expected soon). The need here is to be able to manage permissions using code. We manage permissions locally and it's not effective. If someone leaves the company, we ...
0 votes
0 answers
0 comments
207 views
Hello, I am not good at scriptive languages, I need to move data from Old Nuxeo 6 to Nuxeo 10 but with all the meta data (I only have server URL, no other access to install any utility) Can anyone here please guide if there is any ready made kind of ...
0 votes
1 answers
1 comments
267 views
Hello The problem is with the “nuxeo-selectivity component. when I click on it, the list appears and disappears quickly and I am not able to select an item. Regards,
0 votes
0 answers
2 comments
267 views
Bonjour, Mon environnement : Nuxeo 10.10 Windows 10 Python 3.9 J'essaye actuellement de créer un POC pour la connexion SSO avant de la mettre en place sur la branche dev, je rencontre toutefois quelques problèmes. J'utilise l'API Python de Nuxeo. * ...
1 votes
1 answers
4 comments
377 views
Hi guys, I have created a docker image to run Nuxeo 11.4.42. I was able to register (typing my username, token and the project in studio) and start it, however, when accessing localhost:8080 it seems it is an empty project, but if I access studio, I ...
0 votes
1 answers
0 comments
262 views
Hi guys, While my nuxeoctl is not working in 11.4.42, I was trying to get the docker image to work on that one, however, when performing the following command: docker login docker-private.packages.nuxeo.com -u ciro.theodoro@ironmountain.com -p ...
0 votes
1 answers
1 comments
457 views