Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to disable collection?

I do not want collection to appear at the system. I'd like to remove as an entire module? How can I realise it? I read that is part of nuxeo and it is not a plugin. Florent Guillaume

Amir_Buzo by Confirmed Champ
  • 515 Views
  • 0 replies
  • 2 kudos

New doument creation using nuxeo client

I am trying to create new document of type Folder using Nuxeo client. I am able to create it by using api createdocumentbypath and createdocumentbyid. But when i am trying to fetch newly created document , getting error filenotfound exception. But i...

Make link point to the latest version of the document

Hello, Can anyone help on how to make a link always point to the latest version of a published document? This has been a problem for me because whenever the document is published with a new version, the url of the published document is also changed s...

Can Nuxeo work only on Mongodb and NO rdbms ?

Hello All, I am new to nuxeo and currently in process of starting to evaluate Nuxeo for my Organization. We have a really bad experience with legacy systems and the performace deteriorates as the load on the system increases. Typically these have bee...

Delete attachment thorough Java

Through my own custom listener I would like to delete main files and attachment from the nuxeo document. Deleting the document seems to be easy as you can use the below code. doc.getCoreSession().removeDocument(doc.getRef()); doc.getCoreSession().sav...

Souvik_ by Confirmed Champ
  • 1107 Views
  • 2 replies
  • 0 kudos

REST API : access to encrypted (or not) user passwords

I m into coding a one page application using the REST API, Auth being managed by token auth. I was quite surprised to discover that the user endpoint gives access to users passwords to any user using the API ! Could this user attribute be reserved to...

How to configure PostgreSQL connectivity over SSL?

Hi All, I'm attempting to configure a Nuxeo 5.6 VM to access an external PostgreSQL 9.1 database over SSL. Non-encrypted connections work fine, but I'm stumped as to how to tell Nuxeo to use SSL. First, in my PostgreSQL database, I've generated an SS...

davenz_ by Confirmed Champ
  • 1943 Views
  • 4 replies
  • 0 kudos

Nuxeo supported OAuth2 authorization grants

According to the documentation (https://doc.nuxeo.com/display/NXDOC/Using+OAuth2), Nuxeo currently supports the "authorization code" flow by passing the "reponse_type" parameter with the value "code". Does Nuxeo support any other OAuth2 grant flows (...

Write date field property in Automation Chain

Hi, I would like to write date entry to a multi-valued complex field in an automation Unfortunately my POST request leads to errors when I use @{org.nuxeo.ecm.core.schema.utils.DateParser.formatW3CDateTime(CurrentDate.date)} as suggested in the API p...

ssze_ by Star Contributor
  • 895 Views
  • 3 replies
  • 0 kudos