Development


Related Questions
Hello, I am writing my own Java code to create an operation. I have: Used “nuxeo bootstrap operation” to create the appropriate structure. (Question - Is a multi module required?) When I use the mvn clean compile, it throws the errors below. [ERROR] ...
  0 votes
  1 answers
  0 comments
  576 views

Hello, I finally succeeded to use Keycloak as a identity provider for my Nuxeo using the openid package. I can now connect using JWT Token generated by Keycloak and get all my user infos even groups ! Now I am trying to use Nuxeo Java Client to do ...
  0 votes
  1 answers
  2 comments
  751 views

Hello, I see that a new version of nuxeo java client is released : 3.12.0 . But I can't find it in the repository nuxeo . Do you have an idea when it will be available ? Regards.
  0 votes
  0 answers
  0 comments
  634 views

Hello, I am just starting with Java Development and trying to build the Contract Updater Demo. I notice that in Eclipse, I see the following errors when I try to build the project. Non-resolvable parent POM for ...
  0 votes
  0 answers
  0 comments
  1021 views

Has anyone created an alternate element type to handle input of multi-valued fields? For simple arrays, we find that the editable nuxeo-data-table element takes up too much screen space and the UX isn't very smooth. I'm looking into creating a new ...
  0 votes
  1 answers
  2 comments
  768 views

Hello, I see the following code in the Nuxeo Analytics Tab. Is there a way to change where the labels show up? Or more control over how labels are laid out ? <nuxeo-card heading=“[[i18n('repositoryAnalytics.documentTypes.heading')]]“> ...
  0 votes
  1 answers
  1 comments
  663 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
  719 views

I have configured multiple (3) repositories in Nuxeo like the following. 1.default 2.Repo-A 3.Repo-B When I try to write a document in my second repository (Repo-A) which is not the default repository the elastic indices of all the repositories get ...
  0 votes
  0 answers
  0 comments
  591 views

After migrate to Nuxeo Platform 10.10, we get the following exception. Seems like the database function is not adapted to the code. Using PostgreSQL. Anyone know what I am missing? Thanks Failed to prepare user read acl cache PSQLException: ERROR: ...
  0 votes
  0 answers
  2 comments
  833 views

Hello, Is it possible to update the document name (not the title) and path ? Regards.
  0 votes
  2 answers
  5 comments
  967 views

Hello, I created a event handler to be executed after document creation. It works for type Domain, WorkspaceRoot and Workspace. It executes a custom chain with 2 operations : Context.FetchDocument then Database.InsertData (my custom operation). When ...
  0 votes
  1 answers
  0 comments
  884 views

Hello, How can I add a custom code on application shutdown event ? Regards.
  0 votes
  0 answers
  0 comments
  513 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

After sharing a document with an external user without login, the email is sent correctly to the recipient, however, when clicking on the email link, you are always redirected to the login screen. It is not possible to view the document without ...
  0 votes
  2 answers
  0 comments
  1001 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