2019
Hello, Im working with .Net client and I need to get lock information from a document. Im requesting that info with an operation: operation = client.Operation("Repository.Query") .SetParameter("query", "SELECT * FROM PartItem WHERE item:PartName = ...
0 votes
0 answers
0 comments
1014 views
Hi, I need to disable adding tags for anonymous users (See print screen). Any ideas would be highly appreciated, thanks in advance!
0 votes
1 answers
0 comments
718 views
Hello, I have the simple property <xs:element name="para"> <xs:simpleType> <xs:list> <xs:simpleType> <xs:restriction base="xs:string" ref:resolver="userManagerResolver" ref:type="user"/> </xs:simpleType> ...
0 votes
1 answers
2 comments
803 views
Hi I have the next code, When I used the property selection-formatter=“[[_getDocTitle]]“ of nuxeo-document-suggestion in the nuxeo-data-table-column the function works fine BUT when I used the same property in nuxeo-data-table-form the function not ...
0 votes
0 answers
0 comments
1042 views
Hello, I have complex list and iterate and create with nuxeo-data-table, when I create item and save I haven't error then I delete item -> save, the item delete was successful, but when I try delete the last item, this not deleted. :'( I see the ...
0 votes
1 answers
2 comments
813 views
Hi Guys! I have the next code: Scheme: <xs:element name="documentosRespuestaInterno" type="nxs:documentoRespuestaInternoListType"/> <xs:complexType name="documentoRespuestaInternoListType"> <xs:sequence> <xs:element name="item" ...
0 votes
0 answers
0 comments
1063 views
Hi! I need overwrite the source for nuxeo-data-table element but i can't find the code (template html) on the GitHub repository https://github.com/nuxeo/nuxeo-web-ui/tree/10.10/elements, where i can find this source? Thanks! Gabo
0 votes
2 answers
1 comments
832 views
Hi all, I have nuxeo 2019 in kubernetes container and I'd like to manually install package nuxeo-arender ( nuxeoctl mp-install nuxeo-nuxeo-arender ) but when I try to stop nuxeo server ( nuxeoctl stop ) inside container… kubernetes restart container ...
0 votes
1 answers
1 comments
905 views
Hello community I've tried to create a new document in nuxeo plateform, I've filled all the fields and when i click on “create” nothing happens i checked the log file and i found this error “Uncaught TypeError: Cannot read property 'replace' of ...
0 votes
1 answers
0 comments
1115 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
1017 views
Hi Eveybody Im triying execute the next endpoint http://localhost:8080/nuxeo/api/v1/search/lang/(psq,sql,potsgressql,etc)l/execute?query=SELECT * FROM documento_base But the execute return a Exception: … “infos”: [], “statusCode”: 400, ...
0 votes
1 answers
0 comments
859 views
Hello, i've the problem that my tmp folder grows until some “no left space on device” There is any way to understand why or to configure nuxeo to purge this tmp folder? Best regards Joao
0 votes
0 answers
0 comments
840 views
Hello everybody, How can I validate in polymer section that a column is unique in a nuxeo form? What is the best alternative? I tried to run nxql but I couldn't :'(
0 votes
2 answers
0 comments
904 views
Dears we have Exception in log when we upload file to document it's -> 2020-09-06T16:47:45,859 WARN [Nuxeo-Work-default-19:17460349641836252.1912412092] [org.nuxeo.ecm.core.storage.FulltextExtractorWork] Could not extract fulltext of file ...
0 votes
1 answers
0 comments
1740 views
Dears After we configure Extra Elastic Search V(6.8.x) and indexes already created but we have this exception please Advice 2020-09-06T10:01:30,390 ERROR [main] [org.nuxeo.runtime.model.ComponentManager] Component we attached image include message ...
0 votes
1 answers
0 comments
941 views
Hi, I want to select all the document in a particular folder. I am just able to select multiple docs but not all the docs in one click. How can I activate selectAll checbox in nuxeo-data-table component? Could anyone please help me to find this out? ...
0 votes
1 answers
2 comments
907 views
Hi Everybody, When I set my nuxeo-dropzone element and restrict it to pdf file type, I want to be able to display an error message that it cannot load the file. It fails silently if you upload a type that's not accepted. Example, <nuxeo-dropzone ...
0 votes
2 answers
0 comments
11541 views
Is there a way to limit the storage space for each individual user in their Personal Space? There seems to be an add-on, but it doesn't support LTS 2019 WebUI (think it is only JSF). ...
0 votes
0 answers
0 comments
940 views
Hi All, We are getting this error when using REST API to load documents huge set of documents in Nuxeo and this issue is very much intermittent. Has anyone seen this issue before any thoughts about this?
0 votes
0 answers
0 comments
980 views
Hello, We have Nuxeo 10.10 in cluster with CAS/LDAP authentication. Each day the number of openfiles is growing. We have to restart Nuxeo for closed these openfiles othewise we have the error : Too many openfiles. Do you have any idea to force the ...
0 votes
0 answers
2 comments
858 views
Hi, I am trying to override the default search form to add some custom fields and remove the fields “nature”, “subject” and “coverage”. I copy-pasted the code from nuxeo-default-search-form , removed the widgets that I did not want and added one for ...
0 votes
1 answers
1 comments
1406 views
I have and object like this: company: “” displayIcon: true displayLabel: “Administrator” email: “devnull@nuxeo.com” entity-type: “user” firstName: “” groups: [] id: “Administrator” lastName: “” prefixed_id: “user:Administrator” tenantId: null type: ...
0 votes
1 answers
0 comments
863 views
Hi, I have a Nuxeo server running inside a Docker container, accessed on the web UI. I am trying to develop a package to define new document types. I created a multi-module project using command nuxeo bootstrap multi-module then a package using ...
0 votes
1 answers
0 comments
1104 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
858 views
We've made a short attempt to use Nuxeo Server LTS 2019 deployed on Docker with AWS DocumentDB which is supposed to be fully compatible with MongoDB 3.6. OK the Nuxeo documentation says “3.4 and 4.0” but I was surprised that we were not even able to ...
0 votes
0 answers
9 comments
1114 views
Hello, I have created a custom authentication with a JWT token in nuxeo for both, WebUI and Rest API. For the second one, I am using Java Client SDK 3.2. The WebUI authentication works perfectly, but in the Rest API the behaviour is a little ...
0 votes
1 answers
0 comments
1361 views
<schema>fileTags</schema> <idField>id</idField> <table>fileTags</table> <dataSource>java:/nxsqldirectory</dataSource> <dataFile>directories/nature.csv</dataFile> ...
0 votes
1 answers
0 comments
1111 views
nuxeo hotreload configure Server path must be absolute, and contain a Nuxeo Server Distribution
0 votes
0 answers
4 comments
947 views
0 votes
1 answers
0 comments
834 views
Dears I want to add my custom API as adding some info in Data Base so i want to create rest API ( /employee/addInfo) how i can do that as Nuxeo Backend and add it as nuxeo package have agood day
0 votes
1 answers
1 comments
1578 views
Hello, We are currently working with Nuxeo 6.0 LTS, and we are studying the possibility of doing an upgrade from 6.0 LTS to the last Nuxeo version, LTS 2019. However, we have several doubts about the process: 1) Reading the “Upgrade” documentation, ...
0 votes
1 answers
2 comments
1447 views
Hello i want to make archiving system using nuxeo and i want add hierarchy of custom Document Type as MainReport have child xReport , yReport and adding new properties for xReport
0 votes
1 answers
1 comments
901 views
Hi, I'm trying to create and show relations between different document types in nuxeo Web Ui(LTS 2019). I have continued the steps of this video; ...
0 votes
1 answers
3 comments
1281 views